diff --git a/README.md b/README.md
index 39a54f9..fa443b6 100644
--- a/README.md
+++ b/README.md
@@ -49,12 +49,13 @@ NovaPoshta © address and warehouse selects. It contains two selects, which requ
#### Script tag:
-Go to `/build` folder and download `np-select.umd.js`, `np-select.d.ts` if you want to have `.ts` types
-
```html
-
+
```
+ - Also you can go to `/build` folder and download `np-select.umd.js`, `np-select.d.ts` if you want to have `.ts` types
+
+
Now select is availiable under NpSelect global variable:
```js
diff --git a/package.json b/package.json
index 46b6b00..f61ea51 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "np-select",
"description": "Nova Poshta city and warehouse selects.",
- "version": "1.0.2",
+ "version": "1.0.3",
"main": "build/np-select.js",
"scripts": {
"build": "tsc && vite --config vite.config.js build && npm run build:dts",