Skip to content

Commit

Permalink
fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
foxt authored Feb 29, 2024
1 parent 2915f78 commit 7b0ca86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Check the [examples](https://github.com/foxt/icloud.js/tree/master/test), or rea
### Basic example

```js
const { default: iCloud } = require('icloudjs');const icloud = new iCloud({
const { default: iCloud } = require('icloudjs');
const icloud = new iCloud({
username: "johnny.appleseed@icloud.com",
password: "hunter2",
saveCredentials: true,
Expand Down

0 comments on commit 7b0ca86

Please sign in to comment.