diff --git a/README.md b/README.md index 2f2c54d6..65a94d16 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,6 @@ spdlog::flush_every(std::chrono::seconds(3)); #### Stopwatch ```c++ // Stopwatch support for spdlog (using std::chrono::high_resolution_clock). -// Displays elapsed seconds since construction as double. #include "spdlog/stopwatch.h" void stopwatch_example() {