From d3405dd0abfcf221fc968dd8bec9cdba77d53f0a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 18 May 2021 08:57:05 -0700 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5534195..ad0cf81 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,24 @@ -brag ![Build Status](https://github.com/mbutterick/brag/workflows/CI/badge.svg) -= +## brag ![Build Status](https://github.com/mbutterick/brag/workflows/CI/badge.svg) Racket DSL for generating parsers from BNF grammars. -Install -- +## Install `raco pkg install brag` -Documentation -- +## Documentation + http://docs.racket-lang.org/brag/ -License -- +## License MIT. See `LICENSE.md` + + +## Project status + +Complete. I will maintain the code but no major updates are planned.