diff --git a/README.md b/README.md index c3669c1..6ecb8a6 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,30 @@ Javascript - find address by postcode. npm install getaddress-find ``` ### Or CDN -``` +```html ``` +## Usage if you are using NPM install +```js +import * as getAddress from 'getaddress-find'; + +() => ( + +... + +getAddress.find( + container_id:'postcode_lookup', + api_key: 'API_KEY', + options); + +... + +) -## Usage ``` + +## Usage +```html