Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanghay committed Feb 24, 2021
1 parent e890121 commit 56d10b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Convert Latitude & Longitude to address
## Installation

```
npm install cambodia-address
npm install @pigeon-media/cambodia-address
```

## Usage

```js
const { resolveCoordinates } = require('cambodia-address');
const { resolveCoordinates } = require('@pigeon-media/cambodia-address');
const location = { lat: 0.0, lng: 0.0 };
const result = resolve(location);
console.log(result);
Expand Down

0 comments on commit 56d10b2

Please sign in to comment.