Update README.md

This commit is contained in:
Killer069 2021-11-20 13:49:06 +05:30 committed by GitHub
parent 7462e8899d
commit 9d10872989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,23 +28,3 @@ import * as play from 'play-dl' // ES-6 import or TS import
const play = require('play-dl') //JS importing const play = require('play-dl') //JS importing
``` ```
## Instructions
- 1.0 release change brings some code changes, make sure to read docs once again.
- [Spotify](https://github.com/play-dl/play-dl/discussions/64)
- [SoundCloud](https://github.com/play-dl/play-dl/discussions/92)
### Examples
- [YouTube](https://github.com/play-dl/play-dl/tree/main/examples/YouTube)
- [Spotify](https://github.com/play-dl/play-dl/tree/main/examples/Spotify)
- [SoundCloud](https://github.com/play-dl/play-dl/tree/main/examples/SoundCloud)
### Docs
- [Main](https://github.com/play-dl/play-dl/tree/main/docs#play-dl-commands)
- [YouTube](https://github.com/play-dl/play-dl/tree/main/docs/YouTube#youtube)
- [Spotify](https://github.com/play-dl/play-dl/tree/main/docs/Spotify#spotify)
- [SoundCloud](https://github.com/play-dl/play-dl/tree/main/docs/SoundCloud)
- [Deezer](https://github.com/play-dl/play-dl/tree/main/docs/Deezer)