Skip to content

Commit add9060

Browse files
committed
Update README.md
1 parent d5666cf commit add9060

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,19 @@ android {
4040
4141
## Installation
4242

43-
Run the following command in your project's root folder:
43+
Run the following command in your project's root folder.
44+
45+
NS7+:
4446

4547
```javascript
4648
tns plugin add nativescript-context-apis
4749
```
4850

51+
NS6:
52+
```javascript
53+
tns plugin add nativescript-context-apis@1.0.3
54+
```
55+
4956
(Optional) You'll need RxJS also to properly work with geolocation streams
5057

5158
```javascript

0 commit comments

Comments
 (0)