diff --git a/README.md b/README.md index 34d7e6b..3b577ec 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ const ipinfoWrapper = new IPinfoWrapper("MY_TOKEN"); ``` > [!TIP] -> If you are using ESM instead of CommonJS you can use `import` instead. +> If you are using ESM instead of CommonJS you can use `import`: > ``` > import { IPinfoWrapper } from "node-ipinfo"; > ```