www

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

commit 50ec46be192584ec1247f3884cab23646ab86c29
parent 0e9f1b82a88f3a938e4e47bac569c98ef5154f3f
Author: Jack Firth <jackhfirth@gmail.com>
Date:   Sat, 21 Mar 2015 20:07:34 -0700

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,3 +1,3 @@ -# generic-syntax-expanders [![Build Status](https://travis-ci.org/jackfirth/generic-syntax-expanders.svg?branch=master)](https://travis-ci.org/jackfirth/generic-syntax-expanders) +# generic-syntax-expanders [![Build Status](https://travis-ci.org/jackfirth/generic-syntax-expanders.svg?branch=master)](https://travis-ci.org/jackfirth/generic-syntax-expanders) [![Coverage Status](https://coveralls.io/repos/jackfirth/generic-syntax-expanders/badge.svg?branch=master)](https://coveralls.io/r/jackfirth/generic-syntax-expanders?branch=master) A Racket package for creating macros with built-in support for defining sub-macros within them, similar to match expanders