From 11e5acb7cbec8137b6336dcf6641a6bff65a070f Mon Sep 17 00:00:00 2001 From: Deivu Date: Thu, 21 Dec 2023 15:55:59 +0800 Subject: [PATCH] chore: update docs --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 291e407..9bb6597 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Indomitable -> A lightweight (the actual ship is heavy though), performant, powerful & no dependency sharder for Discord.JS +> A lightweight (the actual ship is heavy though), performant, and powerful sharder for Discord.JS

diff --git a/package.json b/package.json index 4984df7..306bcda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "indomitable", "version": "4.1.0", - "description": "A lightweight (the actual ship is heavy though), performant, powerful sharder for Discord.JS", + "description": "A lightweight (the actual ship is heavy though), performant, and powerful sharder for Discord.JS", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",