diff --git a/docs/getting-started.md b/docs/getting-started.md index 03151d1..ad5fed6 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -33,7 +33,7 @@ ElegantOTA.loop();
### Final Code -That's it! This is how a ready to use example will look like: +That's it! This is how a ready to use example will look like. After uploading the code to your platform, you can access ElegantOTA portal on `http:///update`. ```cpp /* @@ -108,4 +108,4 @@ void loop(void) { server.handleClient(); ElegantOTA.loop(); } -``` \ No newline at end of file +```