diff --git a/README.md b/README.md index 84bd1ee..5535699 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,12 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht * **New Web Log Customizations** - * adds new method `setWebLogCallback(void (*func)(String &))` that provides a callback allowing you to extend the initial Web Log table with additional data of your own, as well as add an other custom HTML + * adds new *homeSpan* method `setWebLogCallback(void (*func)(String &))` that provides a callback allowing you to extend the initial Web Log table with additional data of your own, as well as add an other custom HTML * see [Message Logging](docs/Logging.md) for details * **New WiFi Callback Mechanism** - * adds new method `setWifiCallbackAll(void (*func)(int))` that provides a callback every time WiFi is established, *or re-established after a disconnect* + * adds new *homeSpan* method `setWifiCallbackAll(void (*func)(int))` that provides a callback every time WiFi is established, *or re-established after a disconnect* * passes the number of times WiFi has been connected/re-connected as an argument * see [API Reference](docs/Reference.md) for details