commit 6f815dd95e2fc562d2016dc82f3de6867bcf6cd4 parent b6312b8ee2f17a1231af013a8f2dc58f3266b04c Author: Georges Dupéron <georges.duperon@gmail.com> Date: Tue, 20 Sep 2016 03:01:03 +0200 Added badges to README file Diffstat:
| M | README.md | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -1,5 +1,10 @@ -typed-struct-props -========================= +[](https://travis-ci.org/jsmaniac/typed-struct-props) +[](https://coveralls.io/github/jsmaniac/typed-struct-props) +[](http://jsmaniac.github.io/travis-stats/#jsmaniac/typed-struct-props) +[](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.