From 88a11ca9caa26f3c123fdcec167a9136e23149cb Mon Sep 17 00:00:00 2001 From: boypt <1033514+boypt@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:13:10 +0800 Subject: [PATCH] docs: fix markdown table separator (use ---- not ====) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cbaf62..6bf7886 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Similar Project: [Backport OpenSSH for Debian / Ubuntu distros](https://github.c ## Supported (tested) Distro: | Distro | Version | Arch | Recommanded EL RPMs | -|================|================|=====================|======================================================================| +|----------------|----------------|---------------------|----------------------------------------------------------------------| | CentOS | 5 | x86_64 / i686 | EL 5 (`rpm-el5-x86_64`, `rpm-el5-i686`) | | CentOS | 6 | x86_64 | EL 6 (`rpm-el6-x86_64`) | | CentOS | 7 | x86_64 / aarch64 | EL 7 (`rpm-el7-x86_64`, `rpm-el7-aarch64`) |