From 04f72eb3f6a49abcf30a67642d63bf97a66829ef Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Sat, 29 Nov 2014 02:28:03 -0500 Subject: [PATCH] update readme to reflect new crates.io package --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f50ef2..8994bee 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ rust-rocksdb Install RocksDB. rust-rocksdb has been tested with version 3.8.1 on linux and windows. ###### Cargo.toml ```rust -[dependencies.rocksdb] -git = "https://github.com/spacejam/rust-rocksdb" +[dependencies] +rocksdb = "~0.0.1" ``` ###### Code ```rust