From 53a672db547a8e06916676be8e8a0e9bef6783b0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Jun 2019 14:03:59 +0200 Subject: [PATCH] README.md: proper order for compfmts. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4066985e..9468d671 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ to handle binary packages and repositories. Some highlights: * Supports **multiple local/remote repositories** (HTTP/HTTPS/FTP). * **RSA signed remote repositories** (NEW in 0.27). * Supports **multiple compression formats** for repositories: - zlib, bzip2, xz, lz4, [zstd](https://github.com/facebook/zstd) (default in 0.54). + zlib, bzip2, lz4, xz, [zstd](https://github.com/facebook/zstd) (default in 0.54). * Supports **multiple compression formats** for binary packages: - zlib, bzip2, xz, lz4 (default), [zstd](https://github.com/facebook/zstd). + zlib, bzip2, lz4, xz (default), [zstd](https://github.com/facebook/zstd). * **SHA256 hashes** for package metadata, files and binary packages. * Supports **package states** (ala dpkg) to mitigate broken package installs/updates.