Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Mecatti committed Nov 16, 2020
1 parent feec339 commit 49f66b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dynamic/AJAX/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. A static _.html_ page (either _stats_basic.html_ or _stats_bootstrap.html_) is sent to the client
2. As soon as the page is loaded into the browser, a GET request is sent to the server and _ajax_stats.py_ is executed
3. The server responds with a JSON object containing statistics about the system
4. Whenever the _refresh_ button is pressed these last two steps are repeated
4. Whenever the _refresh_ button is pressed these last two steps are repeated. If _auto-refresh-checkbox_ is checked, last two steps are repeated at regular intervals.

## Endpoints

Expand Down

0 comments on commit 49f66b4

Please sign in to comment.