Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nandiheath committed May 4, 2019
1 parent cf7c27f commit 5cc104d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Installation

You are required to install these two dependencies yourself if they are not already in your project:
You are required to install these two dependencies yourself if they are not already in your project:
```bash
npm i @turf/turf proj4
```
Then install the address parser:
Then install the address parser:
```bash
npm i hk-address-parser
```
Expand All @@ -15,7 +15,7 @@ npm i hk-address-parser

```javascript

import AddressResolver from 'hk-address-parser';
import AddressResolver from 'hk-address-parser-lib';

...

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hk-address-parser-lib",
"version": "0.2.3",
"version": "0.2.4",
"description": "The library for the HKAddressParser project",
"author": "",
"license": "",
Expand Down

0 comments on commit 5cc104d

Please sign in to comment.