Skip to content

Commit 68ce5a3

Browse files
committed
chore: update ReadMe and bump package version
1 parent 99932dc commit 68ce5a3

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,6 @@ import {
1414
StorageKinds,
1515
} from "@BolajiOlajide/now-playing";
1616

17-
const np = new NowPlaying(Providers.SPOTIFY, {
18-
storageKind: StorageKinds.INMEMORY,
19-
});
20-
```
21-
22-
23-
### With Spotify
24-
```ts
25-
import {
26-
NowPlaying,
27-
Providers,
28-
StorageKinds,
29-
} from "@BolajiOlajide/now-playing";
30-
3117
const np = new NowPlaying(Providers.SPOTIFY, {
3218
storageKind: StorageKinds.INMEMORY,
3319
useCache: false, // default is true
@@ -36,6 +22,6 @@ const np = new NowPlaying(Providers.SPOTIFY, {
3622
clientId: "foo",
3723
clientSecret: "bar",
3824
refreshToken: "baz",
39-
}
25+
},
4026
});
4127
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bolajiolajide/now-playing",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "",
55
"main": "dist/now-playing.js",
66
"types": "dist/now-playing.d.ts",

0 commit comments

Comments
 (0)