diff --git a/README.md b/README.md index 310366a..c9d62eb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Of course this is difficult to do with the ESP since you have neither a web brow Instead, we can emulate the click on the button by sending a specific `HTTP GET` request to the access point. -There is [one example][micropython-example] for use with MicroPython and a [second example][arduino-example] for the Arduino IDEBoards Manager. +There is [one example][micropython-example] for use with MicroPython and a [second example][arduino-example] for the Arduino IDE Boards Manager. The arduino code uses the libraries `HTTPClient.h` and `WiFi.h` which should be built-in. [micropython-example]: example_micropython.py