From 50ec46be192584ec1247f3884cab23646ab86c29 Mon Sep 17 00:00:00 2001 From: Jack Firth Date: Sat, 21 Mar 2015 20:07:34 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b6faa..4dd6109 100644 --- 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