Skip to content

Commit 2778719

Browse files
committed
Fix dependency name in readme
1 parent 0e30f8a commit 2778719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Read more about Parallel Luau here: [Parallel Luau](https://create.roblox.com/do
1313
2. Add the dependency to your project's `wally.toml` file
1414
```toml
1515
[dependencies]
16-
Parallel = "dig/Parallel@^1"
16+
Parallel = "dig/parallel@^1"
1717
```
1818
3. Run `wally install`
1919

0 commit comments

Comments
 (0)