Skip to content

Commit 26324cd

Browse files
committed
Update README.markdown
Update Meteor 1.3+ package installation
1 parent cbd17a3 commit 26324cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ npm install && bower install
5151
meteor add angularui:angular-google-maps
5252
```
5353

54+
* Installing for [Meteor 1.3+](https://www.meteor.com/) application:
55+
56+
```shell
57+
meteor npm intsall --save angular-google-maps
58+
```
59+
5460
### Building
5561
To build the library after you made changes, simply run grunt:
5662

0 commit comments

Comments
 (0)