From 15b3af73b62ec82b1e9597e8297755f415f02d4c Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:08:36 +0530 Subject: [PATCH] Added example in README file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e95c537..ac409a4 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,5 @@ import * as play from 'play-dl' // ES-6 import or TS import const play = require('play-dl') //JS importing ``` -## [Documentation](https://play-dl.github.io/modules.html) +### [Documentation](https://play-dl.github.io/modules.html) +### [Examples](./examples)