We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d01f8 commit e9b358cCopy full SHA for e9b358c
1 file changed
README.md
@@ -106,7 +106,7 @@ com.basho.riak.coveragePlan | false | Riak KV/TS Coverage Plan Tests <br>(need c
106
com.basho.riak.security | false | Riak Security Tests
107
com.basho.riak.clientcert | false | Riak Security Tests with Certificates
108
109
-To run the HyperLogLog or GSet Data Type tests, you much have two test bucket types setup as following:
+To run the HyperLogLog or GSet Data Type tests, you must have two test bucket types setup as following:
110
```
111
riak-admin bucket-type create gsets '{"props":{"allow_mult":true, "datatype": "gset"}}'
112
riak-admin bucket-type create hlls '{"props":{"allow_mult":true, "datatype": "hll"}}'
0 commit comments