Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spellcheck Readme.md #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Introduction
------------

MDTest is a Markdown test suite derived from the older MarkdownTest by
John Gruber. MDTest is primarily used for the developement of PHP Markdown
but is strucutred in a way that can test and benchmark various implementations.
John Gruber. MDTest is primarily used for the development of PHP Markdown
but is structured in a way that can test and benchmark various implementations.


Test Suites
Expand Down Expand Up @@ -46,7 +46,7 @@ Usage

### Command Line

To run MDTest you need a Markdown parser. You can supply the parser as a function to call after loading a PHP library or as an executable script taking input from STDIN and emiting its output to STDOUT.
To run MDTest you need a Markdown parser. You can supply the parser as a function to call after loading a PHP library or as an executable script taking input from STDIN and emitting its output to STDOUT.

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

Expand All @@ -64,7 +64,7 @@ Use the `-?` option to get a complete list of available options.

### Web Interface

The `index.php` file provides a rudimentary web interface for MDTest. It let you choose from a list of implementations in the Implementaiton folder and displays the output of the test script.
The `index.php` file provides a rudimentary web interface for MDTest. It lets you choose from a list of implementations in the Implementation folder and displays the output of the test script.


Bugs
Expand Down