postman: update readme

This commit is contained in:
0x1eef 2023-06-23 23:40:30 -03:00
parent f902545513
commit 89d2bf7659

View file

@ -1,12 +1,12 @@
## About ## About
Postman is a JavaScript library that can download the dependencies Postman is a JavaScript library that can download the dependencies <br>
of a web page, and afterwards display the web page with all of its of a web page, and afterwards display the web page with all of its <br>
dependencies in-place, ready to use. dependencies in-place, ready to use. <br>
An example of a dependency could be a font, an image, a script, An example of a dependency could be a font, an image, a script, <br>
a stylesheet, a JSON blob, and other formats can be downloaded a stylesheet, a JSON blob, and other formats can be downloaded <br>
as plain-text. as plain-text. <br>
## Examples ## Examples