Add docs link to readme

This commit is contained in:
vylpes 2020-10-28 22:25:56 +00:00
parent e2974e1a0d
commit 75b0f426da

View file

@ -38,7 +38,7 @@ const client = new vylbot.client(config);
client.start(); 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 ## Contributing