From 3d664b7100f6f7ae1c8571f91b09c09f3e05c3cb Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Tue, 7 Mar 2017 19:00:37 -0500 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6661981d..4e2b9260 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status Windows][appveyor-badge]][appveyor-link] [![Code Coverage][codecov-badge]][codecov-link] [![Join the chat at https://gitter.im/CLI11gitter/Lobby][gitter-badge]][gitter-link] -[![License: LGPL v2.1][license-badge](./LICENSE) +[![License: LGPL v2.1][license-badge]](./LICENSE) # CLI11: Command line parser for C++11