From 7f87d22d78bb0c04d3ded0897826439edf28f73a Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sat, 22 Sep 2012 20:31:37 +1000 Subject: [PATCH] Trivial typo fixes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e1d02ff..f77c231d 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,6 @@ Almost all bug fixes or new language additions should come with some additional ### Testing -Sometimes getting the tests running can be to much work especially if you don't have much Ruby experience. Its okay, be lazy and let our build bot [Travis](http://travis-ci.org/#!/github/linguist) run the tests for you. Just open a pull request and the bot will start cranking away. +Sometimes getting the tests running can be too much work, especially if you don't have much Ruby experience. Its okay, be lazy and let our build bot [Travis](http://travis-ci.org/#!/github/linguist) run the tests for you. Just open a pull request and the bot will start cranking away. Heres our current build status, which is hopefully green: [![Build Status](https://secure.travis-ci.org/github/linguist.png?branch=master)](http://travis-ci.org/github/linguist)