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 8acb5b7 commit 0e6eaf6Copy full SHA for 0e6eaf6
readme.md
@@ -30,10 +30,10 @@ pip install requirements.txt && python -m nose2
30
from lighthouse import Lighthouse
31
32
# use token from env variable LIGHTHOUSE_TOKEN
33
-lh = LighthouseClient()
+lh = Lighthouse()
34
35
# or you can pass token as parameter
36
-lh = LighthouseClient(token="your_token")
+lh = Lighthouse(token="your_token")
37
```
38
39
### Uploading a file
0 commit comments