README.md in graphql-groups-0.1.4 vs README.md in graphql-groups-0.2.0

- old
+ new

@@ -267,15 +267,14 @@ ![benchmark](benchmark/benchmark.jpg) The benchmark queries the author count grouped by name, using an increasing number of authors. While the in-memory approach of grouping works well for a small number of records, it is outperformed quickly as that number increases. -Benchmarks are generated using [benchmark-ips](https://github.com/evanphx/benchmark-ips). The benchmark script used to generate the report be found [here](./benchmark/benchmark.rb) +Benchmarks can be generated by running `rake benchmark`. The benchmark script used to generate the report be found [here](./benchmark/benchmark.rb) ## Limitations and Known Issues -*This gem is in early development!* There are a number of issues that are still being addressed. There is no guarantee -that this libraries API will not change fundamentally from one release to the next. Please refer to the [issue tracker](https://github.com/hschne/graphql-groups/issues) for a list of known issues. +Please refer to the [issue tracker](https://github.com/hschne/graphql-groups/issues) for a list of known issues. ## Credits <a href="https://www.meisterlabs.com"><img src="Meister.png" width="50%"></a>