From 0c41fb1b9e354b5411b941bd095c717265935192 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Fri, 8 Nov 2019 16:09:09 +0200 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e6f65c7..08bb45b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Geo::Coord +[![Build Status](https://travis-ci.org/mamantoha/geo_coord.svg?branch=master)](https://travis-ci.org/mamantoha/geo_coord) +[![GitHub release](https://img.shields.io/github/release/mamantoha/geo_coord.svg)](https://github.com/mamantoha/geo_coord/releases) +[![License](https://img.shields.io/github/license/mamantoha/geo_coord.svg)](https://github.com/mamantoha/geo_coord/blob/master/LICENSE) + Geo Coordinates class for Crystal, inspired by the Ruby's [geo_coord](https://github.com/zverok/geo_coord) gem. ## Installation