From a4e6d8877c72f1fd33f1a50c7074a149782a7574 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 29 Aug 2017 12:00:10 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2fd18ae..dbdfd648 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci. * Copy the source [folder](https://github.com/gabime/spdlog/tree/master/include/spdlog) to your build tree and use a C++11 compiler. -#### Or use your favourite package manager: +#### Or use your favorite package manager: * Ubuntu: `apt-get install libspdlog-dev` * Homebrew: `brew install spdlog`