Skip to content

Commit f528a5f

Browse files
Update README file and package json file
1 parent a9f3130 commit f528a5f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
## Demo
88

9-
![This demo.](/react-native-geocoding-reversegeocoding.gif "This is a sample.")
9+
![This demo.](https://raw.githubusercontent.com/logisticinfotech/react-native-geocoding-reversgeocoding/main/react-native-geocoding-reversegeocoding.gif?token=GHSAT0AAAAAABUL243UMV7P42UHDDBNN4OAYVG4HNQ "This is a sample.")
1010

1111
## Installation
1212

1313
```sh
14-
npm install react-native-geocoding-reversegrocoding
14+
npm install @logisticinfotech/react-native-geocoding-reversegrocoding
1515
```
1616

1717
### Android

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logisticinfotech/react-native-geocoding-reversegrocoding",
3-
"version": "0.1.0",
3+
"version": "0.1.4",
44
"description": "Geocoding and reverse geocoding feature available",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -36,13 +36,13 @@
3636
"ios",
3737
"android"
3838
],
39-
"repository": "https://github.com/dhavallogistic/react-native-geocoding-reversegrocoding",
39+
"repository": "https://github.com/logisticinfotech/react-native-geocoding-reversgeocoding",
4040
"author": "Dhaval Mehta <dhavalmehta@logisticinfotech.co.in> (https://github.com/dhavallogistic)",
4141
"license": "MIT",
4242
"bugs": {
43-
"url": "https://github.com/dhavallogistic/react-native-geocoding-reversegrocoding/issues"
43+
"url": "https://github.com/logisticinfotech/react-native-geocoding-reversgeocoding/issues"
4444
},
45-
"homepage": "https://github.com/dhavallogistic/react-native-geocoding-reversegrocoding#readme",
45+
"homepage": "https://github.com/logisticinfotech/react-native-geocoding-reversgeocoding#readme",
4646
"publishConfig": {
4747
"registry": "https://registry.npmjs.org/"
4848
},

0 commit comments

Comments
 (0)