]> source.dussan.org Git - svg.js.git/commitdiff
Fixing typo in README
authorwout <wout@impinc.co.uk>
Thu, 12 Jun 2014 07:45:45 +0000 (09:45 +0200)
committerwout <wout@impinc.co.uk>
Thu, 12 Jun 2014 07:45:45 +0000 (09:45 +0200)
.gitignore
README.md

index 91afab0cc1c41a7cc41ed1f0cad1b9db6df8be43..49f02e475121d2a0d767533a9f308122d770afc7 100644 (file)
@@ -1,5 +1,6 @@
 .DS_Store
-public/
+public
+site/
 bleed/
 obsolete/
 test/
index 1173910c0327716c92bd3390c907bcf7b807275d..6299dd299b9408fca6e37c77049056d5e8e95e6f 100755 (executable)
--- 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.