From 9d10872989952d9da563a6b235a874837dd0b76e Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Sat, 20 Nov 2021 13:49:06 +0530 Subject: [PATCH] Update README.md --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index a621ab7..912d6cc 100644 --- a/README.md +++ b/README.md @@ -28,23 +28,3 @@ import * as play from 'play-dl' // ES-6 import or TS import 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)