From 75b0f426da9c82f73ee994d2d842562d027d2b03 Mon Sep 17 00:00:00 2001 From: vylpes Date: Wed, 28 Oct 2020 22:25:56 +0000 Subject: [PATCH] Add docs link to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 168c922..499861d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ const client = new vylbot.client(config); client.start(); ``` -See the `docs` folder for more information on how to use vylbot-core +See the [docs](https://github.com/Vylpes/vylbot-core/blob/main/docs/index.md) for more information on how to use vylbot-core ## Contributing