Skip to content

Commit b248701

Browse files
committed
change readme
1 parent fe63164 commit b248701

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Convert songs from **Spotify** to **YouTube Music**!
55
## Features
66

77
- Super **easy-to-use**
8-
- Access/refresh token **not required**
8+
- **Audio only** results (no music videos)
99
- Convert **multiple songs**
1010
- **99% accuracy**
1111
- Perfect for **Discord Bots**
12+
- Access/refresh token **not required**
1213

1314
## Installation
1415

@@ -19,7 +20,7 @@ npm install spotify-to-ytmusic
1920
## Usage
2021

2122
- To use **spotify-to-ytmusic**, first you need to provide your **[Spotify Credentials](https://www.avermedia.com/us/creator_central_spotify)**, in order to have access to the **Spotify API**.
22-
- You can only provide **Tracks** // **Playlists**, **Albums** and **Podcasts** are **`NOT`** supported!
23+
- You can only provide **Tracks** *(Playlists, Albums and Podcasts are **NOT** supported!)*
2324

2425
## Example
2526

@@ -45,7 +46,7 @@ async function example() {
4546
example()
4647
```
4748

48-
### *Other ways to provide a Spotify Track*
49+
### Other ways to provide a Spotify Track
4950

5051
```javascript
5152
await spotifyToYoutubeMusic('https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spotify-to-ytmusic",
3-
"version": "1.2.1",
3+
"version": "1.2.1-1",
44
"description": "Convert songs from Spotify to YouTube Music!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)