home: hub: minipeg

Download patch

ref: 6a791a854e1ba78061cd84b19c4c3f6c5ae1128d
parent: 69c6f9514df52d15c0d54cfadbc3bf667254ae40
author: Andrew Chambers <ac@acha.ninja>
date: Fri Apr 8 13:09:49 CDT 2022

Improve readme.

--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 Unlike `lex` and `yacc`, `minipeg` supports unlimited backtracking, provide ordered choice as a means for disambiguation, and can combine scanning (lexical analysis) and parsing (syntactic analysis) into a single activity.
 
-`minipeg` is also easy to embed in your C project by copying the amalgamated release (which has the permissive license MIT license).
+`minipeg` is also easy to add to your C project by copying minipeg.c into your project.
 
 ## Examples