diff --git a/README.md b/README.md index c30e78b..869bcb3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # Clyde Gateway -Clyde gateway is a simple and very light library to connect your bot to the discord gateway. +[![Downloads](https://img.shields.io/npm/dm/clyde-gateway)](https://www.npmjs.com/package/clyde-gateway) [![Size](https://img.shields.io/bundlephobia/min/clyde-gateway)](https://www.npmjs.com/package/clyde-gateway) [![npm](https://img.shields.io/npm/v/clyde-gateway)](https://www.npmjs.com/package/clyde-gateway) + +Clyde gateway is a simple and very light library to connect your bot to the Discord gateway. + +## Install + +To install Clyde-Gateway, simply run the following command: + +``` +npm install clyde-gateway +``` ## Usage diff --git a/package.json b/package.json index 3741616..749e312 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,14 @@ "websocket", "bot" ], + "repository": { + "type": "git", + "url": "git+ssh://git@github.com:Av32000/Clyde-Gateway.git" + }, "author": "Av32000", "license": "ISC", "dependencies": { "ws": "^8.13.0" - } + }, + "homepage": "https://github.com/Av32000/Clyde-Gateway#readme" } \ No newline at end of file