diff options
author | wout <wout@impinc.co.uk> | 2014-06-12 09:45:45 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-12 09:45:45 +0200 |
commit | d2f0589ab6bed19bda03e0c448857c49176431ae (patch) | |
tree | 797727f56f3eec0f057d75775e826f4fd153858a /README.md | |
parent | e3a0f3a887a398a87356f63253830e1baf67823e (diff) | |
download | svg.js-d2f0589ab6bed19bda03e0c448857c49176431ae.tar.gz svg.js-d2f0589ab6bed19bda03e0c448857c49176431ae.zip |
Fixing typo in README
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |