From d7557e2f4c6def026529170a38374de0b9341749 Mon Sep 17 00:00:00 2001 From: Bobby Jack Date: Tue, 31 May 2016 11:30:24 +0100 Subject: [PATCH] Update README.md Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e86140f..3b0a538 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A very minimal javascript platform game * read a [follow up article](http://codeincomplete.com/posts/2013/6/2/tiny_platformer_revisited/) about adding monsters and treasure * view the [source](https://github.com/jakesgordon/javascript-tiny-platformer) -Just a sinple example of how to have a tiny rectangle run around some rectangle platforms, +Just a simple example of how to have a tiny rectangle run around some rectangle platforms, collecting rectangular gold and avoiding rectangular monsters. SUPPORTED BROWSERS