Explorar o código

Merge pull request #27 from smford/fix-typo

Fix typo in readme instructions
Ayush Sharma %!s(int64=5) %!d(string=hai) anos
pai
achega
ce8b5d4343
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
  
- Paste this - `AsyncElegantOTA.begin(server);`  line above your `server.begin();`
+ Paste this - `AsyncElegantOTA.begin(&server);`  line above your `server.begin();`
  
  That's all!