diff --git a/README.md b/README.md
index bd1d8a3..c687f06 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,17 @@ Angular Perms depends on AngularJS 1.x.
* Via `npm`: `npm install --save angular-perms`
* Via `git`: `git clone git@github.com:beachmachine/angular-perms.git`
+Include the library in your HTML
+* Minified version:
+```html
+
+```
+
+* Non-minified version:
+```html
+
+```
+
Declare dependency on Angular Perms for your main application:
```javascript
(function() {
diff --git a/package.json b/package.json
index 0f01d71..2f867da 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,8 @@
],
"author": "Andreas Stocker ",
"license": "MIT",
- "dependencies": {
- "angular": "^1.6.0"
+ "peerDependencies": {
+ "angular": ">=1.5.0"
},
"devDependencies": {
"angular-jsdoc": "^1.5.0",