From 9a3d8ec8277bbe48aaab19575fb79f3995f388bd Mon Sep 17 00:00:00 2001 From: howmanysmall Date: Sat, 18 Sep 2021 10:15:42 -0600 Subject: [PATCH] Gave descriptions to the credits. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e3102b4..703d2ba 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,9 @@ return TextLabel ### Credits / External Dependencies -- [Debug](https://github.com/RoStrap/Debugging/blob/master/Debug.lua) by Validark. -- [Enumerator](https://github.com/howmanysmall/enumerator) by HowManySmall. -- [Fmt](https://github.com/Nezuo/fmt) by Nezuo. -- [Janitor](https://github.com/howmanysmall/Janitor) by Validark and HowManySmall. -- [Rocrastinate](https://github.com/headjoe3/Rocrastinate) by Databrain. -- [t](https://github.com/osyrisrblx/t) by Osyris. +- [Debug](https://github.com/RoStrap/Debugging/blob/master/Debug.lua) by Validark, which is used for the `Debug.DirectoryToString` and the `Debug.Assert` / `Debug.Error` / `Debug.Warn` functions. +- [Enumerator](https://github.com/howmanysmall/enumerator) by HowManySmall, which is used for the RedrawBinding. +- [Fmt](https://github.com/Nezuo/fmt) by Nezuo, which is used for printing out tables. +- [Janitor](https://github.com/howmanysmall/Janitor) by Validark and HowManySmall, which is used for cleanup up in Helium. +- [Rocrastinate](https://github.com/headjoe3/Rocrastinate) by Databrain, which was used as the basis of Helium. +- [t](https://github.com/osyrisrblx/t) by Osyris, which is used for type checking internally.