We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12a73d commit e43cc99Copy full SHA for e43cc99
book/src/getting_started.md
@@ -7,8 +7,8 @@ it to your `Cargo.toml`.
7
[dependencies]
8
nih_plug = { ... }
9
nih_plug_vizia = { ... }
10
-+ cyma = { git = "https://github.com/223230/cyma" }
++ cyma = { git = "https://github.com/exa04/cyma" }
11
```
12
13
Then, you can use Cyma where you need it, by using `cyma::prelude::*`. This
14
-will import the most important parts of Cyma.
+will import the most important parts of Cyma.
0 commit comments