From cdb1cf9b531df9a3085b9d4e95eb6730bef12d53 Mon Sep 17 00:00:00 2001 From: vylpes Date: Sat, 7 Nov 2020 11:09:13 +0000 Subject: [PATCH] Updated documentation --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 95fbb79..9ef7082 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ Add to your .js file ```js const vylbot = require('vylbot-core'); -const config = require('config.json'); +const config = require('./config.json'); const client = new vylbot.client(config); client.start();