From 2ac43d5640399d24408b652ecf38ddc534666a42 Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Tue, 14 Dec 2021 15:06:36 +0530 Subject: [PATCH] Readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c829265..9224b51 100644 --- a/README.md +++ b/README.md @@ -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 ```