From c9a5e283e784bd511679352550091c6e7df66e41 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 17 Apr 2010 11:17:37 +0200 Subject: [PATCH] README.md: Renamed the "Requirements" section to "Compatibility" and moved it at the end. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4aae304..e71ebe7 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,6 @@ Features * Handles wide class of grammars (strict superset of LL(k) and LR(k)) * Precise and human-friendly error reporting -Requirements ------------- - -Both the parser generator and generated parsers should run well in IE6+ and recent versions of Firefox, Chrome, Safari and Opera, as well as Rhino JavaScript engine. - Usage ----- @@ -65,3 +60,8 @@ Let's assume that you want to use the parser in a web page. To do this, you need Grammar ------- For detailed description of the grammar see the [online documentation](http://pegjs.majda.cz/documentation#grammar). + +Compatibility +------------- + +Both the parser generator and generated parsers should run well in IE6+ and recent versions of Firefox, Chrome, Safari and Opera, as well as Rhino JavaScript engine.