From 5fc89b900303f9939e64049a8538babd6c35948f Mon Sep 17 00:00:00 2001 From: Joseph Gilley Date: Tue, 18 Sep 2018 11:25:35 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b49462d..93e642c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Build Status](https://travis-ci.com/uber/h3-go.svg?branch=master)](https://travis-ci.com/uber/h3-go) +[![Coverage Status](https://coveralls.io/repos/github/uber/h3-go/badge.svg)](https://coveralls.io/github/uber/h3-go) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) + + # H3-Go This library provides Golang bindings for the [H3 Core From ab4458e4a3b6d1ca1c395338a15df46b20586674 Mon Sep 17 00:00:00 2001 From: Joseph Gilley Date: Tue, 18 Sep 2018 12:13:40 -0700 Subject: [PATCH 2/2] remove dupe space --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 93e642c..5e84b23 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Coverage Status](https://coveralls.io/repos/github/uber/h3-go/badge.svg)](https://coveralls.io/github/uber/h3-go) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) - # H3-Go This library provides Golang bindings for the [H3 Core