From 28394d12f20edeb0faafda22ad71b6f629ee88c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 20 Sep 2016 22:52:09 +0200 Subject: [PATCH] Added badges to README (docs aren't there yet, but soon will be) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 735c350..b81e9dd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +[![Build Status,](https://img.shields.io/travis/jsmaniac/hyper-literate/master.svg)](https://travis-ci.org/jsmaniac/hyper-literate) +[![Coverage Status,](https://img.shields.io/coveralls/jsmaniac/hyper-literate/master.svg)](https://coveralls.io/github/jsmaniac/hyper-literate) +[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/hyper-literate) +[![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/hyper-literate/) + xlist ===== -README text here. + +Fancy lists, with bounded or unbounded repetition of elements. Can be used as a type, match pattern or to create instances. \ No newline at end of file