diff --git a/README.md b/README.md index f74fa6bbecb8ed9d57503bd2e3ea2f9584ae087a..b3c2642ed5be2861319ce23b80e73174b36f3735 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.10.0/ycsb-0.10.0.tar.gz - tar xfvz ycsb-0.10.0.tar.gz - cd ycsb-0.10.0 + curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.11.0/ycsb-0.11.0.tar.gz + tar xfvz ycsb-0.11.0.tar.gz + cd ycsb-0.11.0 ``` 2. Set up a database to benchmark. There is a README file under each binding