diff --git a/README.md b/README.md index 9f9d7a8..d220cd9 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ rust-rocksdb ============ ### running -- Cargo.toml +###### Cargo.toml ```rust [dependencies.rocksdb] git = "https://github.com/spacejam/rust-rocksdb" ``` RocksDB 3.8.1 will be pulled in and compiled automatically. -- Code +###### Code ```rust extern crate rocksdb;