Commit d4db26b3 by Tomas Alabes

Small change in readme

parent ea2562a6
......@@ -24,7 +24,7 @@ define([ "path/to/raphael" ], function( Raphael ) {
## Development
At the moment we have 4 milestones:
At the moment we have 3 milestones:
### v2.2.0
Milestone for enhancements from contributors pull requests.
......@@ -41,7 +41,7 @@ We are organizing the current issues between this milestones, setting the ground
All changes in code must go to `raphael.core`, `raphael.svg` or `raphael.vml`. `raphael.js` is a generated file.
After changing the core/vml/svg files, execute `grunt` in the dev folder to generate the minified version, commit and you are ready to make a pull request!
Remember that if you want to add a functionality it must be present in the vml and svg versions, *no svg-only features will be accepted.*
Remember that if you want to add a functionality it must be present in the vml and svg versions, **no svg-only features will be accepted.**
## Found an issue?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment