You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/sdk/luau/overview.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,14 @@ Add the SDK to your `wally.toml`:
20
20
21
21
```toml
22
22
[dependencies]
23
-
StackFox = "stackfox/sdk-luau@0.1.0"
23
+
StackFox = "stackfox-labs/stackfox@0.1.0"
24
24
```
25
25
26
26
Run `wally install`, then sync with Rojo. The package will appear under `Packages` in your workspace.
27
27
28
28
### Manual
29
29
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.
0 commit comments