Skip to content

Update ReadMe.md with fixes for minor typos/spelling mistakes. #62

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

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 @@ -104,7 +104,7 @@ git clone git@github.com:testml-lang/testml
source testml/.rc
```

## Developemnt Installation
## Development Installation

If you want to be a TestML developer, you'll need to install all the languages
and bin tools needed to run `make test`. You can run this on a Debian/Ubuntu
Expand All @@ -122,7 +122,7 @@ See "Hacking on TestML" below.
# Hacking on TestML

TestML needs language experts (like you) to port the code to all modern
programming langauges. It's only a few hundred lines of (say, Python) code to
programming languages. It's only a few hundred lines of (say, Python) code to
port, so it should be easy, right?

To get started, you might want to drop by #testml on irc.freenode.net. We'll be
Expand Down Expand Up @@ -153,8 +153,8 @@ In 2017, the assertion syntax was reinvented, and a TestML compiler was added.
This made the runtime be much cleaner and easier to port to any language. The
full stack was implemented at OpenResty Inc for internal use only.

Now, in 2018, this work is being rewitten as open source, with the goal of
quickly adding support for all popular programming languges.
Now, in 2018, this work is being rewritten as open source, with the goal of
quickly adding support for all popular programming languages.

One example of a fairly big TestML suite is
https://github.com/yaml/yaml-test-suite
Expand Down