We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616ad38 commit 38eb400Copy full SHA for 38eb400
README.md
@@ -13,7 +13,7 @@ This project implements a **Singly Linked List (SLL)** in Python with the follow
13
14
## 🐍 1. Basic Usage (easiest way)
15
16
-If you just want to try the list without installing anything, copy **`linkedlist.py`** into the same folder as your project and use:
+If you just want to try the list without installing anything, copy **`linked_list.py`** into the same folder as your project and use:
17
18
```python
19
from linkedlist import LinkedList
0 commit comments