]> source.dussan.org Git - svg.js.git/commitdiff
Updated README 1.0.0-rc.9
authorwout <wout@impinc.co.uk>
Thu, 12 Jun 2014 13:40:37 +0000 (15:40 +0200)
committerwout <wout@impinc.co.uk>
Thu, 12 Jun 2014 13:40:37 +0000 (15:40 +0200)
README.md

index 6299dd299b9408fca6e37c77049056d5e8e95e6f..63baa6830fb8ecfa6a78ccf6d2c59f838977b843 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -2977,14 +2977,14 @@ Here are a few nice plugins that are available for svg.js:
 All contributions are very welcome but please make sure you:
 
 - maintain the coding style
-  - _indentation_ of 2 spaces
-  - no tailing _semicolons_
-  - use one line _comments_ to describe any additions
+  - __indentation__ of 2 spaces
+  - no tailing __semicolons__
+  - single __quotes__
+  - use one line __comments__ to describe any additions
   - look around and you'll know what to do
 - write at least one spec example per implementation or modification
 
 Before running the specs you will need to build the library.
-
 Be aware that pull requests without specs will be declined.