From 6f815dd95e2fc562d2016dc82f3de6867bcf6cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 20 Sep 2016 03:01:03 +0200 Subject: [PATCH] Added badges to README file --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6f1049..00b4245 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ -typed-struct-props -========================= +[![Build Status,](https://img.shields.io/travis/jsmaniac/typed-struct-props/master.svg)](https://travis-ci.org/jsmaniac/typed-struct-props) +[![Coverage Status,](https://img.shields.io/coveralls/jsmaniac/typed-struct-props/master.svg)](https://coveralls.io/github/jsmaniac/typed-struct-props) +[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/typed-struct-props) +[![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/typed-struct-props/) + +Structure type properties for Typed/Racket +========================================== This library allows a safer use of some struct type properties with Typed/Racket.