From ef846a6502180f180a672509b4a54f975edaf067 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 15 Sep 2023 21:13:21 +0300 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b958771..6e62c731 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ $ cd spdlog && mkdir build && cd build $ cmake .. && make -j ``` -see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use. +see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v2.x/example/CMakeLists.txt) on how to use. ## Platforms * Linux, FreeBSD, OpenBSD, Solaris, AIX @@ -440,7 +440,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) --- ## Benchmarks -Below are some [benchmarks](https://github.com/gabime/spdlog/blob/v1.x/bench/bench.cpp) done in Ubuntu 64 bit, Intel i7-4770 CPU @ 3.40GHz +Below are some [benchmarks](https://github.com/gabime/spdlog/blob/v2.x/bench/bench.cpp) done in Ubuntu 64 bit, Intel i7-4770 CPU @ 3.40GHz #### Synchronous mode ```