diff --git a/README.md b/README.md index 62d3f4e..d972ab0 100644 --- a/README.md +++ b/README.md @@ -294,8 +294,8 @@ too (`-lkstat`). ### Output Formats The library supports multiple output formats. Use the -`--benchmark_format=` (or set the -`BENCHMARK_FORMAT=` environment variable) flag to set +`--benchmark_format=` flag (or set the +`BENCHMARK_FORMAT=` environment variable) to set the format type. `console` is the default format. The Console format is intended to be a human readable format. By default @@ -381,7 +381,7 @@ Write benchmark results to a file with the `--benchmark_out=` option Benchmarks are executed by running the produced binaries. Benchmarks binaries, by default, accept options that may be specified either through their command line interface or by setting environment variables before execution. For every -`--option_flag=` CLI swich, a corresponding environment variable +`--option_flag=` CLI switch, a corresponding environment variable `OPTION_FLAG=` exist and is used as default if set (CLI switches always prevails). A complete list of CLI options is available running benchmarks with the `--help` switch.