www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 28394d12f20edeb0faafda22ad71b6f629ee88c2
parent 9bcbc8058c652956b25af84c81b98417ec63c5fe
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 20 Sep 2016 22:52:09 +0200

Added badges to README (docs aren't there yet, but soon will be)

Diffstat:
MREADME.md | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git 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