From 76cf7770f238958fbd26f244feb0e5532c6cad1f Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sat, 31 Jul 2021 16:25:38 -0400 Subject: [PATCH] docs: fix typo --- docs/content/support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/support.md b/docs/content/support.md index 41e8e3f1..3277e936 100644 --- a/docs/content/support.md +++ b/docs/content/support.md @@ -35,7 +35,7 @@ Furthermore, while it will depend on the problem at the end of the day, _issues Unofficially supported platforms known to compile/work: - Linux on ARMv7 and ARMv6 (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml)) -- macOS `AArch64` (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml)) +- macOS on AArch64 (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml)) - Linux on PowerPC 64 LE (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml)) - Linux on an RISC-V (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml), tested to run on an [Allwinner D1 Nezha](https://github.com/ClementTsang/bottom/issues/564))