From cfb9b646cc89b0a1300bc863610264f7237bf6b4 Mon Sep 17 00:00:00 2001 From: Jeff Puckett Date: Sat, 27 May 2017 14:33:40 +0000 Subject: [PATCH] doc fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de4d017..745d145 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ _build/lib_ directory. ### C++11 support -libtins is noticeable faster if you enable _C++11_ support. Therefore, +libtins is noticeably faster if you enable _C++11_ support. Therefore, if your compiler supports this standard, then you should enable it. In order to do so, use the _LIBTINS_ENABLE_CXX11_ switch: @@ -144,4 +144,4 @@ http://libtins.github.io/examples/ ## Contributing ## If you want to report a bug or make a pull request, please have a look at -the [contributing](CONTRIBUTING.md) file before doing so. \ No newline at end of file +the [contributing](CONTRIBUTING.md) file before doing so.