From 1945a93b337582dc529a1a271d12783b605afa6f Mon Sep 17 00:00:00 2001 From: Gustav Date: Mon, 9 Aug 2021 09:36:11 +0200 Subject: [PATCH] chore: the link points to the include, make sure the text reflect this --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2df0d36..0eb4cd8a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Very fast, header-only/compiled, C++ logging library. [![Build Status](https://t ## Install #### Header only version -Copy the source [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spdlog) to your build tree and use a C++11 compiler. +Copy the include [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spdlog) to your build tree and use a C++11 compiler. #### Static lib version (recommended - much faster compile times) ```console