Skip to content

Commit b43b3aa

Browse files
authored
Removed a dot
1 parent e4db26f commit b43b3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Geocoder.from("Colosseum")
2525
})
2626
.catch(error => console.warn(error));
2727

28-
Geocoder.from(41.89, 12.49).
28+
Geocoder.from(41.89, 12.49)
2929
.then(json => {
3030
var addressComponent = json.results[0].address_components[0];
3131
console.log(addressComponent);
@@ -60,4 +60,4 @@ Geocoder.from([41.89, 12.49]);
6060

6161
## Release Notes
6262

63-
See [CHANGELOG.md](https://github.com/marlove/react-native-geocoding/blob/master/CHANGELOG.md)
63+
See [CHANGELOG.md](https://github.com/marlove/react-native-geocoding/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)