From 47af4fd3e582f2940a052285833b5f950f26d601 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 18 Feb 2014 21:18:19 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 990c32b..c6624d3 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -tagged-xexpr +txexpr --------------- Convenience functions for working with HTML-style tagged X-expressions in Racket Install from the command line like so: - raco pkg install tagged-xexpr + raco pkg install txexpr Then require it in your Racket file: - (require tagged-xexpr) + (require txexpr) Full docs are installed with the package.