diff --git a/README.md b/README.md index 42f1cf15..de9b50fc 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 #include "spdlog/stopwatch.h" void stopwatch_example() {