diff --git a/README.md b/README.md index 34e838c4db7472092d0b18c2b07bdef5d0b88202..020d64fa63a602a9140fa274cc9f4e22d1fb56e1 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ Getting Started 1. Download the [latest release of YCSB](https://github.com/brianfrankcooper/YCSB/releases/latest): ```sh - curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.8.0/ycsb-0.8.0.tar.gz - tar xfvz ycsb-0.8.0.tar.gz - cd ycsb-0.8.0 + curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.9.0/ycsb-0.9.0.tar.gz + tar xfvz ycsb-0.9.0.tar.gz + cd ycsb-0.9.0 ``` 2. Set up a database to benchmark. There is a README file under each binding