From cad9e9fee9eeffca21f16e01f82caf623cb56097 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 14 May 2017 09:34:02 +0900 Subject: [PATCH] add license badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0293915..372fcf8 100644 --- a/README.md +++ b/README.md @@ -2,6 +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)] c++11 header-only toml parser depending only on c++11 standard library.