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 0e6eaf6 commit 7953e44Copy full SHA for 7953e44
readme.md
@@ -41,7 +41,7 @@ lh = Lighthouse(token="your_token")
41
```python
42
from lighthouse import Lighthouse
43
lh = Lighthouse()
44
-response = lh.upload_file("path/to/file")
+response = lh.deploy("path/to/file")
45
print(response) # prints a dict containing the cid of the file
46
```
47
0 commit comments