From 46f5a9a08ffdc9b42e72792572302734539a9d19 Mon Sep 17 00:00:00 2001 From: Ed Dawson Date: Wed, 19 Aug 2020 11:30:40 +1000 Subject: [PATCH] Update ReadMe.md Fix minor typos/spelling mistakes. --- ReadMe.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index b0104a78..320af216 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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 @@ -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 @@ -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