From d2f0589ab6bed19bda03e0c448857c49176431ae Mon Sep 17 00:00:00 2001 From: wout Date: Thu, 12 Jun 2014 09:45:45 +0200 Subject: Fixing typo in README --- .gitignore | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 91afab0..49f02e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store -public/ +public +site/ bleed/ obsolete/ test/ diff --git a/README.md b/README.md index 1173910..6299dd2 100755 --- a/README.md +++ b/README.md @@ -2981,9 +2981,9 @@ All contributions are very welcome but please make sure you: - no tailing _semicolons_ - use one line _comments_ to describe any additions - look around and you'll know what to do -- write at least on spec example per implementation or modification +- write at least one spec example per implementation or modification -Before tunning the specs you will need to build the library. +Before running the specs you will need to build the library. Be aware that pull requests without specs will be declined. -- cgit v1.2.3