diff --git a/README.md b/README.md
index edd7c2c..5f662df 100644
--- a/README.md
+++ b/README.md
@@ -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
-
+
```
@@ -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
```