postman: update readme

This commit is contained in:
0x1eef 2023-06-24 00:00:47 -03:00
parent 04df34d00d
commit 89bfac58a2

View file

@ -43,7 +43,7 @@ postman(
item.progress((percent) => {
const span = document.querySelector("h1 .percent");
span.innerText = `${percent}%`;
).fetch()
})).fetch()
.then((pkg) => {
const h1 = document.querySelector("h1");
pkg.fonts.forEach((font) => documents.fonts.add(font));