Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fireboltofdeath committed Nov 6, 2024
1 parent 8196bf6 commit 6da0ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
{
Expand Down

0 comments on commit 6da0ade

Please sign in to comment.