Skip to content

Commit

Permalink
Fix readme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Sep 29, 2016
1 parent 1758cfc commit b2b0839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In your setup function start the manager
```cpp
configManager.setAPName("Demo");
configManager.setAPFilename("/index.html");
configManager.addParameter("enabled", config.name, 20);
configManager.addParameter("name", config.name, 20);
configManager.addParameter("enabled", &config.enabled);
configManager.addParameter("hour", &config.hour);
configManager.begin(config);
Expand Down

0 comments on commit b2b0839

Please sign in to comment.