Readme updated

This commit is contained in:
killer069 2021-12-14 15:06:36 +05:30
parent af5a418d09
commit 2ac43d5640

View File

@ -23,7 +23,7 @@ npm install play-dl@latest
### Importing
```ts
import * as play from 'play-dl' // ES-6 import or TS import
import play from 'play-dl' // ES-6 import or TS import
const play = require('play-dl') //JS importing
```