From 74652598eb6c1a4580c6de6738dbb987d8c2448c Mon Sep 17 00:00:00 2001 From: Elizabeth Harmon <90937680+ElizabethHarmon@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:35:20 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a1b2b35..8630b6de 100644 --- a/README.md +++ b/README.md @@ -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_!(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.