Skip to content

Commit e43cc99

Browse files
authored
[ci skip] fix links
1 parent c12a73d commit e43cc99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ it to your `Cargo.toml`.
77
[dependencies]
88
nih_plug = { ... }
99
nih_plug_vizia = { ... }
10-
+ cyma = { git = "https://github.com/223230/cyma" }
10+
+ cyma = { git = "https://github.com/exa04/cyma" }
1111
```
1212

1313
Then, you can use Cyma where you need it, by using `cyma::prelude::*`. This
14-
will import the most important parts of Cyma.
14+
will import the most important parts of Cyma.

0 commit comments

Comments
 (0)