Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit ce8b5d4

Browse files
Merge pull request #27 from smford/fix-typo
Fix typo in readme instructions
2 parents e1944d1 + 79f2757 commit ce8b5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Download the [Repository](https://github.com/ayushsharma82/AsyncElegantOTA/archi
4949

5050
Include AsyncElegantOTA Library `#include <AsyncElegantOTA.h>` at top of your Arduino Code.
5151

52-
Paste this - `AsyncElegantOTA.begin(server);` line above your `server.begin();`
52+
Paste this - `AsyncElegantOTA.begin(&server);` line above your `server.begin();`
5353

5454
That's all!
5555

0 commit comments

Comments
 (0)