Skip to content

Commit 0cf72d8

Browse files
committed
docs(readme): fix dead website link and stale example output
1 parent eda8d11 commit 0cf72d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Simple Spotify client for nodejs exposing useful methods
77

8-
> I was using a basic version of this library on my [website](https://www.rocktimsaikia.dev/) for a long time, which led me to transform it into a fully-fledged module.
8+
> I was using a basic version of this library on my [website](https://rocktim.dev/) for a long time, which led me to transform it into a fully-fledged module.
99
1010
## Prerequisite
1111

@@ -54,7 +54,7 @@ Example output:
5454
isPlaying: true,
5555
title: '<track title>',
5656
artist: '<artist name>',
57-
album: '<album name>',
57+
link: '<spotify track url>',
5858
}
5959
```
6060

0 commit comments

Comments
 (0)