From 67f1e405245be45682d84009edf38f2f13bc4d11 Mon Sep 17 00:00:00 2001 From: Edaz Date: Tue, 28 Sep 2021 23:00:01 +1300 Subject: [PATCH 1/2] Add link back to Github page I was looking at the API documentation and there was no link back to the Github page. So I added it here. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63a3d78d..76259cf4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A wheels-attached, pure-TypeScript library for the Discord API. - [API Documentation](https://detritusjs.com) - [Discord Help Server](https://discord.gg/NEq6wws) +- [Github](https://github.com/detritusjs/client) - [npm](https://www.npmjs.com/package/detritus-client) ## Installation From 78972a819527141913b75e36265f03303031efcc Mon Sep 17 00:00:00 2001 From: Edaz Date: Tue, 28 Sep 2021 23:00:52 +1300 Subject: [PATCH 2/2] Add pnpm to the list of install commands --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76259cf4..1a7c6475 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ are provided through [`detritus-client-rest`](https://github.com/detritusjs/clie - `$ npm i detritus-client` - `$ yarn add detritus-client` +- `$ pnpm add detritus-client` ## Usage