Skip to content

Commit

Permalink
docs: space formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho committed Dec 6, 2023
1 parent 2615ead commit 29ca223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const provinces = await IdnArea.getProvinces();
Since version 3.0.0, **idn-area-data** is published as ECMAScript Module (ESM). So that, for CommonJS user, you need to import it using [dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import) like this :

```js
const {getProvinces} = await import('idn-area-data');
const { getProvinces } = await import('idn-area-data');
const provinces = await getProvinces();
```

Expand Down

0 comments on commit 29ca223

Please sign in to comment.