aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Dinkelacker <kislinsk@users.noreply.github.com>2018-11-28 20:53:38 +0100
committerAnna Gringauze <annagrin@microsoft.com>2018-11-28 11:53:38 -0800
commit2e4d0d7e22247793a70caccd5926d3431688b59b (patch)
treee1422910b17022b03587fea7898ec3f488e48f0d
parent5a7093f983aff4f000f804caf3ab0ab703660cfc (diff)
downloadMicrosoft-GSL-2e4d0d7e22247793a70caccd5926d3431688b59b.tar.gz
Fix spelling of library name (#747)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9fea9ae..f6fde29 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# GSL: Guideline Support Library [![Build Status](https://travis-ci.org/Microsoft/GSL.svg?branch=master)](https://travis-ci.org/Microsoft/GSL) [![Build status](https://ci.appveyor.com/api/projects/status/github/Microsoft/GSL?svg=true)](https://ci.appveyor.com/project/neilmacintosh/GSL)
+# GSL: Guidelines Support Library [![Build Status](https://travis-ci.org/Microsoft/GSL.svg?branch=master)](https://travis-ci.org/Microsoft/GSL) [![Build status](https://ci.appveyor.com/api/projects/status/github/Microsoft/GSL?svg=true)](https://ci.appveyor.com/project/neilmacintosh/GSL)
-The Guideline Support Library (GSL) contains functions and types that are suggested for use by the
+The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](https://isocpp.org).
This repo contains Microsoft's implementation of GSL.