diff --git a/README.md b/README.md index f74117f..fa15cbe 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ This project can be used to generate C bindings for Rust code. It is currently b ### Command line -`cbindgen crate/ -o crate/bindings.h` +``` +cbindgen crate/ -o crate/bindings.h +``` See `cbindgen --help` for more options.