Skip to content

Commit 4706402

Browse files
committed
fix: correct StackFox dependency path in installation instructions
1 parent 13db247 commit 4706402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/sdk/luau/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Add the SDK to your `wally.toml`:
2020

2121
```toml
2222
[dependencies]
23-
StackFox = "stackfox/sdk-luau@0.1.0"
23+
StackFox = "stackfox-labs/stackfox@0.1.0"
2424
```
2525

2626
Run `wally install`, then sync with Rojo. The package will appear under `Packages` in your workspace.
2727

2828
### Manual
2929

30-
Download the latest `StackFox.rbxm` from the [GitHub Releases page](https://github.com/stackfox/sdk-luau/releases) and drag it into `ReplicatedStorage` in Studio.
30+
Download the latest `Stackfox.rbxm` from the [GitHub Releases page](https://github.com/stackfox/sdk-luau/releases) and drag it into `ReplicatedStorage` in Studio.
3131

3232
Your Explorer tree should look like:
3333

0 commit comments

Comments
 (0)