From 4543af0ae3df2d4fe895a81b70fc7029a60b034d Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Sun, 24 Jan 2016 19:42:05 -0300 Subject: [PATCH] doc: Link to documentation (docrystal.org) Add documentation reference badge to README [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 216772b..113b993 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Radix Tree [![Build Status](https://travis-ci.org/luislavena/radix.svg?branch=master)](https://travis-ci.org/luislavena/radix) +[![docrystal.org](http://docrystal.org/badge.svg?style=round)](http://docrystal.org/github.com/luiskavena/radix) [Radix tree](https://en.wikipedia.org/wiki/Radix_tree) implementation for Crystal language