From ab410d1a9a63b9d42e0ed95ad4d9a4149cb03a57 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Sun, 16 Jun 2024 12:37:32 -0700 Subject: [PATCH] Update README.md Fix bad markup. Why is there HTML in here anyhow?? --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66e8517..90a975c 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Our [examples](/examples) demonstrate how to accomplish typical tasks such as flatten multiple `tar` archives. -- [os_release](/examples/os_release): create a `/etc/os-release` file -- [locale](/examples/locale): strip `/usr/lib/locale` to be smaller. +- [flatten](/examples/flatten): flatten multiple `tar` archives. +- [os_release](/examples/os_release): create a `/etc/os-release` file +- [locale](/examples/locale): strip `/usr/lib/locale` to be smaller. - [dpkg_statusd](/examples/statusd): creates a package database at /var/lib/dpkg/status.d for scanners to discover installed packages.