From 537fd7c4ba576f471800f516b41606add35555e5 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 29 Aug 2020 03:49:18 +0300 Subject: [PATCH] Added stopwatch example to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a94d16..42f1cf15 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ spdlog::flush_every(std::chrono::seconds(3)); --- #### Stopwatch ```c++ -// Stopwatch support for spdlog (using std::chrono::high_resolution_clock). +// Stopwatch support for spdlog (using std::chrono::high_resolution_clock). #include "spdlog/stopwatch.h" void stopwatch_example() {