From 1553b0d75955fedfe4e62d5822a61fabd5166634 Mon Sep 17 00:00:00 2001 From: Santi24Yt <34199008+Santi24Yt@users.noreply.github.com> Date: Wed, 13 Jul 2022 15:37:23 -0500 Subject: [PATCH] Type error (#47) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc0e228..01c6d0f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The biscuit Discord library is built ontop of Discordeno and webspec APIs, we ai - A framework to build Discord bots - A bleeding edge API to contact Discord -Biscuit is primarly inspired by Discord.js and Discordeno but it does not include a cache layer by default, we believe +Biscuit is primarily inspired by Discord.js and Discordeno but it does not include a cache layer by default, we believe that you should not make software that does things it is not supposed to do. ### Why biscuit?: @@ -73,7 +73,7 @@ session.start(); ### Compatibility (bun) -**⚠️ DISCLAIMER:** since bun is unestable I highly recommend running biscuit on node! +**⚠️ DISCLAIMER:** since bun is unstable I highly recommend running biscuit on node! - We got the library running on EndeavourOS but it spams the ready event multiple times - We got the library running on Arch/Artix Linux but breaks when sending fetch requests