Skip to content

Commit a80107b

Browse files
author
sqlProvider
committed
[README] updated version
1 parent af474f2 commit a80107b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ A simple publisher/subscriber service.
77
## Usage
88
- Import service in your codes or download via npm or bower.
99

10-
`npm i --save angular2-pubsub` | `bower i --save angular2-pubsub`
10+
`npm i --save angular2-pubsub`
1111

12-
if you use Angular version 4.x.x plase install from npm with 'next' tag.
12+
if you use Angular version 2.x.x plase install from npm with '2.0.6' tag.
13+
14+
`npm i --save angular2-pubsub@2.0.6`
15+
16+
if you use Angular version 5.x.x plase install from npm with 'next' tag.
1317

1418
`npm i --save angular2-pubsub@next`
1519

0 commit comments

Comments
 (0)