Skip to content

Commit 4b1b6d1

Browse files
committed
chores: modified error in readme
1 parent 7953e44 commit 4b1b6d1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

readme.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ Lighthouse is a permanent decentralized file storage protocol that allows the ab
88
pip install lighthouse.py
99
```
1010

11-
# Testing
12-
13-
The tests are written with inheritance from the unittest module. To run the tests, run the following command:
14-
15-
```
16-
pip install requirements.txt && python -m unittest discover
17-
```
18-
19-
or using nose2
20-
21-
```
22-
pip install requirements.txt && python -m nose2
23-
```
24-
2511
# Usage
2612

2713
### Instantiate the client
@@ -53,3 +39,17 @@ lh = Lighthouse("my-lightouse-token")
5339
response = lh.deploy("path/to/directory")
5440
print(response) # prints a dict containing the root cid of the directory
5541
```
42+
43+
# Testing
44+
45+
The tests are written with inheritance from the unittest module. To run the tests, run the following command:
46+
47+
```
48+
pip install requirements.txt && python -m unittest discover
49+
```
50+
51+
or using nose2
52+
53+
```
54+
pip install requirements.txt && python -m nose2
55+
```

0 commit comments

Comments
 (0)