Skip to content

Commit 7953e44

Browse files
committed
chores: modified error in readme
1 parent 0e6eaf6 commit 7953e44

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
@@ -41,7 +41,7 @@ lh = Lighthouse(token="your_token")
4141
```python
4242
from lighthouse import Lighthouse
4343
lh = Lighthouse()
44-
response = lh.upload_file("path/to/file")
44+
response = lh.deploy("path/to/file")
4545
print(response) # prints a dict containing the cid of the file
4646
```
4747

0 commit comments

Comments
 (0)