diff --git a/README.md b/README.md
index d9aca70427606a7c146f2f0d3d7422d3b8f98626..684947c42238a54e3b6cbe7078d013fd4c24c4b7 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ To understand how to use this starter kit, follow the tutorial at [https://worka
 
 If you want to use more than one map file, just add the new map file in the root folder, your tilesets in the assets folder and a new script if you need it in the src folder (it will be automaticaly optimized in production).
 
+If you are going to create custom websites to embed in the map, please reference the HTML files in the `input` option in *vite.config.js*.
+
 ## Requirements
 
 Node.js version >=16
@@ -28,8 +30,6 @@ npm install
 npm run dev
 ```
 
-If you are going to create custom websites to embed in the map, please reference the HTML files in the `input` option in *vite.config.js*.
-
 ## Test optimized map
 You can test the optimized map as you do in production:
 ```sh