summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-06-12 09:45:45 +0200
committerwout <wout@impinc.co.uk>2014-06-12 09:45:45 +0200
commitd2f0589ab6bed19bda03e0c448857c49176431ae (patch)
tree797727f56f3eec0f057d75775e826f4fd153858a
parente3a0f3a887a398a87356f63253830e1baf67823e (diff)
downloadsvg.js-d2f0589ab6bed19bda03e0c448857c49176431ae.tar.gz
svg.js-d2f0589ab6bed19bda03e0c448857c49176431ae.zip
Fixing typo in README
-rw-r--r--.gitignore3
-rwxr-xr-xREADME.md4
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.