Make CLI example more prominent in README.md

This commit is contained in:
Nikolai Vazquez 2018-04-15 22:55:10 -04:00 committed by Ryan Hunt
parent 54dcb1c131
commit 256e50e923

View File

@ -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.