Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Apr 19, 2024
1 parent 73094b3 commit 59d3c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Expand Up @@ -33,7 +33,7 @@ ElegantOTA.loop();
<br/>

### 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://<YOUR_DEVICE_IP>/update`.

```cpp
/*
Expand Down Expand Up @@ -108,4 +108,4 @@ void loop(void) {
server.handleClient();
ElegantOTA.loop();
}
```
```

0 comments on commit 59d3c8b

Please sign in to comment.