diff --git a/.gitignore b/.gitignore index 4d29575..0bf4712 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +#intellij idea config files +/.idea \ No newline at end of file diff --git a/README.md b/README.md index b229939..9f1f05f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ESP Web Tool A web app to flash your ESP32 or ESP8266 through your browser. Open-Source, free, and easy to use. -Have a look [serial.huhn.me](https://esp.huhn.me) +Have a look [esp.huhn.me](https://esp.huhn.me) ## Credits Based on [ESP Web Flasher](https://github.com/NabuCasa/esp-web-flasher)