From 5a66d68e7760a2f570aa9490c3faadeb3c968f2e Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 2 Jul 2019 17:24:48 +0700 Subject: [PATCH] Remove extraneous backtick. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77ed7c3..592f419 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To use cbindgen you need two things: Then all you need to do is run it: ```text -cbindgen --config cbindgen.toml --crate my_rust_library --output my_header.h` +cbindgen --config cbindgen.toml --crate my_rust_library --output my_header.h ``` See `cbindgen --help` for more options.