diff --git a/README.md b/README.md index f19e54fae..6b48421d2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # Hello World with Vanilla JS - 🇪🇸 [Spanish version](./README.es.md). -> ⚠️ This template has been deprecated, and it's not receiving any more maintenance. [Please use this one instead](https://github.com/4GeeksAcademy/vanillajs-hello-vite). +> 🇪🇸 [Spanish version of this readme is available](./README.es.md). - Start coding a JS/HTML/CSS website in 30 seconds by opening this template using 4Geeks' [One-Click Coding](https://s.4geeks.com/start?repo=https://github.com/4GeeksAcademy/vanillajs-hello) or locally on your computer. ## Before you begin @@ -28,7 +26,7 @@ It depends on the language, but you have `./src/app.js`, `./src/style.css` and ` ### I don't see my changes... -Everytime you change any file inside the `./src` folder the website's public URL will automatically refresh the changes (it's a process called hot deploy) +Every time you change any file inside the `./src` folder the website's public URL will automatically refresh the changes (it's a process called hot deploy) Remember also to refresh cleaning the cache (`command+shift+r` on Mac, `control+shift+r` on PC & Linux) ### How do I include more images in my project?