Remove extraneous backtick.

This commit is contained in:
Bruce Mitchener
2019-07-02 17:24:48 +07:00
committed by Emilio Cobos Álvarez
parent 1770680343
commit 5a66d68e77
+1 -1
View File
@@ -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.