diff --git a/README.md b/README.md index b0c9547..bb1a3a6 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ rust-rocksdb ### running - Cargo.toml -``` +```rust [dependencies.rocksdb] git = "https://github.com/spacejam/rust-rocksdb" ``` - Code -``` +```rust extern crate rocksdb; fn main() {