Stephen Ford 5 years ago
parent
commit
79f27576ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -49,7 +49,7 @@ Download the [Repository](https://github.com/ayushsharma82/AsyncElegantOTA/archi
 
 
  Include AsyncElegantOTA Library `#include <AsyncElegantOTA.h>` at top of your Arduino Code.
  Include AsyncElegantOTA Library `#include <AsyncElegantOTA.h>` at top of your Arduino Code.
  
  
- Paste this - `AsyncElegantOTA.begin(server);`  line above your `server.begin();`
+ Paste this - `AsyncElegantOTA.begin(&server);`  line above your `server.begin();`
  
  
  That's all!
  That's all!