postman: update readme

This commit is contained in:
0x1eef 2023-06-23 23:52:09 -03:00
parent bd40397477
commit 344192862f

View file

@ -10,6 +10,14 @@ as plain-text. <br>
## Examples
### Progress bar
The following example demonstrates how postman can be used to download
fonts, images, scripts, and stylesheets. The progress of the download is
reported in `span.percent`. When the download is complete the text
"Done" will replace the progress tracked in `span.percent`:
**/index.html**
```html