From c06c9ddb366c9ed1b33e5f832988aef813acb94e Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Tue, 17 Oct 2023 15:04:33 -0400 Subject: [PATCH] Prefix --- docs/ts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ts.md b/docs/ts.md index 783053cf..cac74673 100644 --- a/docs/ts.md +++ b/docs/ts.md @@ -10,7 +10,7 @@ For a full listing of the available NPM packages, visit the [RbxUtil NPM org](ht ## Installation -Installing modules works like any other roblox-ts package, except that the suffix will be `@rbxutil`. For instance, to install the quaternion library, run the following command: +Installing modules works like any other roblox-ts package, except that the prefix will be `@rbxutil`. For instance, to install the quaternion library, run the following command: ```bash $ npm install @rbxutil/quaternion