From 6764afcf7c1eda34f657aa1d0f57daec8e0ce7f4 Mon Sep 17 00:00:00 2001 From: AnderssonPeter <1308309+AnderssonPeter@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:30:27 +0100 Subject: [PATCH] Added zst to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04e3bb3..db22dec 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ This project allows you to serve precompressed files to the browser without havi ## Getting Started ### Precompress content -Static nonimage files have to be precompressed using [Zopfli](https://en.wikipedia.org/wiki/Zopfli) and/or [Brotli](https://en.wikipedia.org/wiki/Brotli), see the example for how to do it with gulp. -The files must have the exact same filename as the source + `.br` or `.gzip` (`index.html` would be `index.html.br` for the Brotli version). +Static nonimage files have to be precompressed using [Zopfli](https://en.wikipedia.org/wiki/Zopfli), [Brotli](https://en.wikipedia.org/wiki/Brotli) and/or [ZStandard](https://en.wikipedia.org/wiki/Zstd), see the example for how to do it with gulp. +The files must have the exact same filename as the source + `.br` or `.gzip` (`index.html` would be `index.html.br` for the Brotli version and `index.html.zst` for Zstandard). ### Encode images Modern browsers support new image formats like webp and avif they can store more pixels per byte.