Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
For v0.3.0
  • Loading branch information
pc035860 committed May 25, 2014
1 parent 602f04c commit 3b82c09
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Using a prebuilt version of highlight.js hosted at Yandex here.

Include `angular-highlightjs` module script with AngularJS script on your page.
```html
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script>
<script src="http://pc035860.github.io/angular-highlightjs/angular-highlightjs.min.js"></script>
```

Expand All @@ -37,14 +37,8 @@ angular.module('myApp', ['hljs']);

## Install with Bower

Note that the `angular-highlightjs` bower package contains no AngularJS dependency.

```sh
# install AngularJS (stable)
bower install angular
# or (unstable)
bower install PatternConsulting/bower-angular

# install angular-highlightjs & highlightjs
bower install angular-highlightjs
```
Expand Down

0 comments on commit 3b82c09

Please sign in to comment.