diff --git a/README.html b/README.html index 59a14dcd..93ad4e14 100644 --- a/README.html +++ b/README.html @@ -164,7 +164,7 @@
The tokenizer/parser generates an abstract syntax tree from JS code. You can then traverse the AST to learn more about the code, or do various -manipulations on it. This part is implemented in parse-js.js and it's a +manipulations on it. This part is implemented in parse-js.js and it's a port to JavaScript of the excellent parse-js Common Lisp library from Marijn Haverbeke.
@@ -172,7 +172,7 @@
-The second part of this package, implemented in process.js, inspects and +The second part of this package, implemented in process.js, inspects and manipulates the AST generated by the parser to provide the following: