1
0
Fork 0

Update README.md

This commit is contained in:
Elizabeth Harmon 2022-06-15 13:35:20 +00:00 committed by GitHub
parent 9faf2e7e09
commit 74652598eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ cargo xtask bundle gain --release
NIH-plug can currently export VST3 and
[CLAP](https://github.com/free-audio/clap) plugins. Exporting a specific plugin
format for a plugin is as simple as calling the `nih_export_<format>!(Foo);`
macro. The `cargo xtask bundle` commane will detect which plugin formats your
macro. The `cargo xtask bundle` command will detect which plugin formats your
plugin supports and create the appropriate bundles accordingly, even when cross
compiling.