Update README.md

This commit is contained in:
Killer069 2021-12-15 21:44:20 +05:30 committed by GitHub
parent d365603678
commit 2398cab6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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