Skip to content

Commit

Permalink
fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sircfenner committed Jul 16, 2024
1 parent f7c96fd commit 4ed1141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ studiocomponents = "sircfenner/[email protected]"
Add `studiocomponents` to your dependencies:

```bash
npm install studiocomponents
npm install @sircfenner/studiocomponents
```

```bash
yarn add studiocomponents
yarn add @sircfenner/studiocomponents
```

Run `npmluau`.
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ studiocomponents = "sircfenner/[email protected]"
Add `studiocomponents` to your dependencies:

```bash
npm install studiocomponents
npm install @sircfenner/studiocomponents
```

```bash
yarn add studiocomponents
yarn add @sircfenner/studiocomponents
```

Run `npmluau`.

0 comments on commit 4ed1141

Please sign in to comment.