From 1d53e5e0d8d0c5b69fc19d7e95dda2c8385d03f4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 20 Jun 2016 12:15:09 -0400 Subject: [PATCH] Clarified output formats (#241) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e30052dc..498ed613 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ static void BM_test(benchmark::State& state) { ## Output Formats The library supports multiple output formats. Use the -`--benchmark_format=` flag to set the format type. `tabular` is +`--benchmark_format=` flag to set the format type. `tabular` is the default format. The Tabular format is intended to be a human readable format. By default