From 2a1cb1fef960d23d3fcf39f9bebe500e477981e4 Mon Sep 17 00:00:00 2001 From: Ruqen <73693641+Ruqen@users.noreply.github.com> Date: Fri, 24 Sep 2021 22:42:33 +0300 Subject: [PATCH] docs(typo): Fix export syntax typo (#6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 911ac00..a0e5527 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ behavior directly, use the following convars and exports `shutdown` * Description: Will shutdown the loading frame and cleanup. -* Usage: `exports[pe-basicloading]:shutdown()` +* Usage: `exports["pe-basicloading"]:shutdown()` ## License [Licensed under MIT](https://opensource.org/licenses/MIT)