README updated

This commit is contained in:
Tomas Alabes 2013-05-11 15:13:16 -03:00
parent 5f991e4ecb
commit b9cf4043c8
1 changed files with 2 additions and 1 deletions

View File

@ -6,13 +6,14 @@ Visit the library website for more information: [http://raphaeljs.com](http://ra
* `git clone https://github.com/DmitryBaranovskiy/raphael.git`
* `git submodule init && git submodule update && npm install`
(thank you [Wes Tood](https://github.com/wesleytodd))
## Dependencies
* [uglifyjs](https://github.com/mishoo/UglifyJS)
* [eve](https://github.com/adobe-webplatform/eve)
## Loading
Check [Raphael-boilerplate](https://github.com/tomasAlabes/raphael-boilerplate) to see examples of loading.
Raphael can be loaded in a script tag or with AMD:
```js