diff --git a/README.md b/README.md index 97c8a25d..9ab461d3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The X Binary Package System (in short XBPS) is a new binary package system **des The XBPS code is totally **compatible with POSIX/SUSv2/C99 standards**, and released with a **Simplified BSD license (2 clause)**. There is a well documented API provided by the XBPS Library that is the basis for its frontends to handle binary packages and repositories. Some highlights: * Supports **multiple local and remote repositories** (HTTP/HTTPS/FTP). - * RSA signed remote repositories (NEW in 0.27). + * **RSA signed remote repositories** (NEW in 0.27). * **SHA256 hashes** for package metadata, files and binary packages. * Supports **package states** (ala dpkg) to mitigate broken package installs/updates. * Ability to **resume** partial package install/updates.