From 6e476418d9bd49eea0015b0509abc761c52759a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 20 Oct 2016 00:59:12 +0200 Subject: [PATCH] Added badges to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f10440..64bc67f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +[![Build Status,](https://img.shields.io/travis/jsmaniac/auto-syntax-e/master.svg)](https://travis-ci.org/jsmaniac/auto-syntax-e) +[![Coverage Status,](https://img.shields.io/coveralls/jsmaniac/auto-syntax-e/master.svg)](https://coveralls.io/github/jsmaniac/auto-syntax-e) +[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/auto-syntax-e) +[![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/auto-syntax-e/) + + auto-syntax-e ============= -README text here. + +For racket syntax pattern variables: instead of raising an error, `x` is roughly equivalent to `(syntax->datum #'x)`. \ No newline at end of file