@@ -16,43 +16,35 @@ Compatible with: jQuery 1.3.2+ in Firefox, Safari, Chrome, Opera, Internet Explo
1616Via [ Bower] ( http://bower.io/ ) :
1717
1818``` bash
19- bower install angular-colorbox
19+ bower install angular-annotorious
2020```
2121
2222Via [ npm] ( https://www.npmjs.com/ ) :
2323
2424``` bash
25- npm install angular-colorbox
25+ npm install angular-annotorious
2626```
2727
2828In a browser:
2929
3030``` html
31- <link rel =" stylesheet" type =" text/css" href =" colorbox .css" media =" screen" />
32- <script src =" jquery.colorbox .js" ></script >
33- <script src =" colorbox -module.js" ></script >
34- <script src =" colorbox -directive.js" ></script >
31+ <link rel =" stylesheet" type =" text/css" href =" annotorious .css" media =" screen" />
32+ <script src =" annotorious .js" ></script >
33+ <script src =" annotorious -module.js" ></script >
34+ <script src =" annotorious -directive.js" ></script >
3535```
3636
3737## Getting Started
3838
39- Include the Colorbox plug-in and the directive on a page.
39+ Include the Annotorious plug-in and the directive on a page.
4040
4141Basic
4242``` html
43- <img src =" path_to_image"
44- colorbox
45- colorbox-src =" path_to_large_image" />
46- ```
4743
48- Extended
49- ``` html
50- <img src =" path_to_image"
51- colorbox
52- colorbox-options =" {href:'images/large/image1.jpg', opacity:0.5, title:'A nice colorbox' }"
5344```
5445
55- For more information on how to setup and customise, [check the examples](http: //igorlino.github.io /angular-colorbox /).
46+
47+ For more information on how to setup and customise, [ check the examples] ( http://igorlino.github.io/angular-annotorious/ ) .
5648
5749## License
5850Licensed under MIT license.
0 commit comments