From c903e9777797130a2d88f6123810e46d949c048f Mon Sep 17 00:00:00 2001 From: Amber's Careware <93293456+ambers-careware@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:25:22 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70877c6..3ed8411 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ This Promise implementation attempts to satisfy these traits: This is a forked version of [Evaera's Promise library](https://github.com/evaera/roblox-lua-promise) with type annotations added to allow this library to be used in a strict-mode [Luau](https://luau-lang.org) project. Type annotations are imperfect due to limitations with the Luau language, but should at least cover intellisense and basic static analysis. -Please notify me through the issues section if any issues are encountered related to type safety or crashes. Otherwise, please send any issues related to runtime behavior to the [original repository](https://github.com/evaera/roblox-lua-promise). \ No newline at end of file +Please notify me through the issues section if any issues are encountered related to type safety or crashes. Otherwise, please send any issues related to runtime behavior to the [original repository](https://github.com/evaera/roblox-lua-promise), being mindful of differences between this library and the original library.