diff options
author | wout <wout@impinc.co.uk> | 2014-06-12 15:40:37 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-12 15:40:37 +0200 |
commit | adad1d062678522e684bfe5216f63a3f400bd3c9 (patch) | |
tree | 36071c9c43b906aed911dc1a51fefae05316d9ed /README.md | |
parent | 49d221f7b9c1a51a52d4cc40c410500686f640a8 (diff) | |
download | svg.js-adad1d062678522e684bfe5216f63a3f400bd3c9.tar.gz svg.js-adad1d062678522e684bfe5216f63a3f400bd3c9.zip |
Updated README1.0.0-rc.9
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |