Update Readme.md

This commit is contained in:
Ismael 2016-05-25 23:06:27 +02:00
parent 2f61f8aee0
commit 90a8508063

View File

@ -139,7 +139,7 @@ calculated automatically.
```c++
BENCHMARK(BM_StringCompare)
->RangeMultiplier(2)->Range(1<<10, 1<<18)->Complexity(benchmark::oAuto);
->RangeMultiplier(2)->Range(1<<10, 1<<18)->Complexity();
```
### Templated benchmarks