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.