From 5cc104d1b9de60fc4c36a2b84de8bedeb01b1104 Mon Sep 17 00:00:00 2001 From: Nandiheath Date: Sat, 4 May 2019 13:40:14 +0800 Subject: [PATCH] fix readme --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1364f1f..5a02cc4 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -15,7 +15,7 @@ npm i hk-address-parser ```javascript -import AddressResolver from 'hk-address-parser'; +import AddressResolver from 'hk-address-parser-lib'; ... diff --git a/package.json b/package.json index 0c9a619..40d5dc0 100644 --- a/package.json +++ b/package.json @@ -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": "",