Skip to content

Commit 0e6eaf6

Browse files
committed
chores: added usage docs to readme
1 parent 8acb5b7 commit 0e6eaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ pip install requirements.txt && python -m nose2
3030
from lighthouse import Lighthouse
3131

3232
# use token from env variable LIGHTHOUSE_TOKEN
33-
lh = LighthouseClient()
33+
lh = Lighthouse()
3434

3535
# or you can pass token as parameter
36-
lh = LighthouseClient(token="your_token")
36+
lh = Lighthouse(token="your_token")
3737
```
3838

3939
### Uploading a file

0 commit comments

Comments
 (0)