commit d08b47a24be7232df097b2cd2f2c3188b2a8819b
parent 8dfc9916e7501b94d7cb2360a2b3ae228eedc3e6
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Sat, 18 Jun 2022 09:27:27 +0200
Fix typo
From this PR: #104
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -59,7 +59,7 @@ Some extensions are still in the progress of being designed and they are in
the [draft](include/clap/ext/draft) folder.
An extension comes with:
-- an header `#include <clap/ext/xxx.h>`
+- a header `#include <clap/ext/xxx.h>`
- an extension identifier: `#define CLAP_EXT_XXX "clap/XXX"`
- host interfaces are named like: `struct clap_host_xxx`
- plugin interfaces are named like: `struct clap_plugin_xxx`