diff --git a/README.md b/README.md index 4c9e5e4..d197b9c 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ See the example 'JBWopr_DeviceDemo' for more information on the basic `JBWoprDev JBWoprDevice wopr; void setup() { - // configure the JBWoprDevice class - JBWoprConfiguration* config = wopr.getConfiguration(); + // configure the JBWoprDevice class + JBWoprConfiguration* config = wopr.getConfiguration(); config->timeFormat = "%H %M %s"; - config->dateFormat = "%Y-%m-%d"; + config->dateFormat = "%Y-%m-%d"; config->displayBrightness = 50; config->defconLedsBrightness = 50;