From 89d2bf76592ced0c34a90756c9ba55cd151e6b2f Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 23 Jun 2023 23:40:30 -0300 Subject: [PATCH] postman: update readme --- packages/typescript/postman/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/typescript/postman/README.md b/packages/typescript/postman/README.md index d119ef5e7..e030094dd 100644 --- a/packages/typescript/postman/README.md +++ b/packages/typescript/postman/README.md @@ -1,12 +1,12 @@ ## About -Postman is a JavaScript library that can download the dependencies -of a web page, and afterwards display the web page with all of its -dependencies in-place, ready to use. +Postman is a JavaScript library that can download the dependencies
+of a web page, and afterwards display the web page with all of its
+dependencies in-place, ready to use.
-An example of a dependency could be a font, an image, a script, -a stylesheet, a JSON blob, and other formats can be downloaded -as plain-text. +An example of a dependency could be a font, an image, a script,
+a stylesheet, a JSON blob, and other formats can be downloaded
+as plain-text.
## Examples