From 6da0ade5d49e058b7ba60cac641aa9cef12adda9 Mon Sep 17 00:00:00 2001 From: fireboltofdeath <24422634+Fireboltofdeath@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:35:58 -0500 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f764e4..c7f3a70 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This package is an extension of Flamework and it must be installed and configure You can install all the necessary packages using the following command. ```bash -npm install -D rbxts-transformer-flamework@latest +npm install -D rbxts-transformer-flamework npm install @flamework/core # Install flamecs, if it isn't already @@ -27,7 +27,7 @@ npm install @rbxts/flamecs ### Configure the transformer -The Flamework transformer must be configured in your `tsconfig.json`. The `plugins` field shoukd be placed inside of the `compilerOptions` object. +The Flamework transformer must be configured in your `tsconfig.json`. The fields should be placed inside of the `compilerOptions` object. ```json {