Skip to content

Commit

Permalink
Removed references to the -n option in Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelf committed Nov 28, 2013
1 parent bd43697 commit b9667cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -56,13 +56,13 @@ To run MDTest you need a Markdown parser. You can supply the parser as a functio

For instance, if you are testing PHP Markdown, use this command:

./mdtest.php -n -l path/to/markdown.php -f Markdown
./mdtest.php -l path/to/markdown.php -f Markdown

This will make MDTest import the `markdown.php` file and call the `Markdown` global function.

For external scripts to execute, instead of passing a library file name and a function to call, you pass the path to the script instead:

./mdtest.php -n -s path/to/parser-executable
./mdtest.php -s path/to/parser-executable

By default, MDTest will run tests from all folders with a `.testsuite` extension it can find in the current directory.

Expand Down

0 comments on commit b9667cb

Please sign in to comment.