From f807708ce2d009a8cd4f7ff077fbb873ace4e627 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Tue, 19 May 2020 12:22:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60dd08af7..76e7472c0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This project began out of the desire to want to learn and enhance my developer s - **TYPESCRIPT:** - First class support for Typescript! - **STABILITY:** - - One of the biggest issues with almost every library is stability. None of the libraries gave much love and attention to Typescript developers the way it deserves. + - One of the biggest issues with almost every library(I have used) is stability. None of the libraries gave much love and attention to Typescript developers the way it deserves. - Discord.JS developers continues to make breaking changes(on "stable" version) to TS projects without bumping the MAJOR version causing headaches for TS developers. - Eris was the most stable when it comes to JS, but in regards to TS, I was personally maintaing the typings and this was just a hassle to try and maintain when very few others cared to keep it properly maintained. - Detritus was in fact the best library for TS, but once again it lacked in proper stability. It only had 1 master branch and no signs of a proper stable version where I would not have to worry about breaking changes.