Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DRFR0ST committed Apr 23, 2024
1 parent 9c65862 commit dc99af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ More methods will be added in the future. If you need a specific method, please
### Create a new LibreLinkClient
It's necessary to create a new `LibreLinkClient` instance to interact with the Libre Link Up API. Otherwise any method listed below will throw an error.
```js
import { LibreLinkClient } from 'libre-link-unofficial-api
import { LibreLinkClient } from 'libre-link-unofficial-api';

const client = new LibreLinkClient({ email: 'your-libre-link-up-email', password: 'your-libre-link-up-password' });
```
Expand Down

0 comments on commit dc99af7

Please sign in to comment.