From a23367d3677a13672482746ccb12a84e2545f9e1 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 28 Dec 2019 10:35:01 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cfe35e8..639c35f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -txexpr [![Build Status](https://travis-ci.org/mbutterick/txexpr.svg)](https://travis-ci.org/mbutterick/txexpr) ---------------- +## txexpr [![Build Status](https://travis-ci.org/mbutterick/txexpr.svg)](https://travis-ci.org/mbutterick/txexpr) + Convenience functions for working with HTML-style tagged X-expressions in Racket 6.0+. @@ -15,4 +15,8 @@ In safe mode (with contracts): (require (submod txexpr safe)) -Full docs are installed with the package. You can also [read the docs here](http://pkg-build.racket-lang.org/doc/txexpr). \ No newline at end of file +Full docs are installed with the package. You can also [read the docs here](http://pkg-build.racket-lang.org/doc/txexpr). + +## License + +MIT