www

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

commit 6e476418d9bd49eea0015b0509abc761c52759a9
parent a9c8f48832e25ca1c2e67dbb3c9f3f4106e25cba
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 20 Oct 2016 00:59:12 +0200

Added badges to README

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

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