Skip to content

Commit 38eb400

Browse files
authored
Update README.md
1 parent 616ad38 commit 38eb400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project implements a **Singly Linked List (SLL)** in Python with the follow
1313

1414
## 🐍 1. Basic Usage (easiest way)
1515

16-
If you just want to try the list without installing anything, copy **`linkedlist.py`** into the same folder as your project and use:
16+
If you just want to try the list without installing anything, copy **`linked_list.py`** into the same folder as your project and use:
1717

1818
```python
1919
from linkedlist import LinkedList

0 commit comments

Comments
 (0)