From cc8edd8892b92c13a4b6b65ac26fe0240d144e4e Mon Sep 17 00:00:00 2001 From: David Majda Date: Fri, 9 Jan 2015 16:03:36 +0100 Subject: [PATCH] README.md: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on a pull request by Julien Valéry: https://github.com/pegjs/website/pull/14 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0829b57..3d5b964 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ file but with “.js” extension. You can also specify the output file explicit $ pegjs arithmetics.pegjs arithmetics-parser.js -If you omit both input and ouptut file, standard input and output are used. +If you omit both input and output file, standard input and output are used. By default, the parser object is assigned to `module.exports`, which makes the output a Node.js module. You can assign it to another variable by passing a