From 53c8a85f0e8e717f20f53d4552e859686124ee07 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 22 Feb 2019 16:07:04 -0500 Subject: [PATCH] Adding lic. badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6280c0f5..29d8f675 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # simdjson : Parsing gigabytes of JSON per second [![Build Status](https://cloud.drone.io/api/badges/lemire/simdjson/status.svg)](https://cloud.drone.io/lemire/simdjson/) [![CircleCI](https://circleci.com/gh/lemire/simdjson.svg?style=svg)](https://circleci.com/gh/lemire/simdjson) +[![][license img]][license] + ## A C++ library to see how fast we can parse JSON with complete validation.