From d81e8878897a0a0400e7a485beaa08812952352a Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 14 May 2017 09:35:34 +0900 Subject: [PATCH] fix link to license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 372fcf8..736bfe8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ toml11 ====== [![Build Status](https://travis-ci.org/ToruNiina/toml11.svg?branch=master)](https://travis-ci.org/ToruNiina/toml11) -[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)] +[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) c++11 header-only toml parser depending only on c++11 standard library.