From 7cf2051f66f9b5b2be33d89e7878fc931e31cda1 Mon Sep 17 00:00:00 2001 From: Andrew Pardoe Date: Sat, 26 Mar 2016 08:44:56 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea82edf..922b7f2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ they can be freely copied and modified to meet your organization's needs. ## Getting started -The guidelines themselves are found at [CppCoreGuidelines](CppCoreGuidelines.md). There is also [a version formatted for browsing] (http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines). +The guidelines themselves are found at [CppCoreGuidelines](CppCoreGuidelines.md). There is also [a version formatted for browsing] (http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) that is manually integrated and thus slightly older than the version in the master branch. Many of the guidelines make use of the header only Guideline Support Library. One implementation is available at [GSL: Guideline support library](https://github.com/Microsoft/GSL).