Skip to content

Commit b466ec5

Browse files
committed
more on doc
1 parent 3c5b036 commit b466ec5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ wp-api-angularjs
33

44
wp-api-angularjs is under development and will only cover GET methods of the [WP-API](https://github.com/WP-API/WP-API) master branch.
55

6+
## Install
7+
8+
```
9+
# This plugin depends on restangular and underscore
10+
npm install restangular underscore --save-dev
11+
```
12+
13+
Add the library to your dependencies
14+
15+
```
16+
angular.module('myApp', ['wp-api-angularjs']);
17+
```
18+
619
## Services
720

821
### WpApiProvider

0 commit comments

Comments
 (0)