From 6dca47e7bbcb2235c4861082c617d9ef15ceeeca Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 5 Dec 2024 18:29:23 +0100 Subject: [PATCH] README.md: Fix inconsistent formatting In the related projects, one project name was formatted as bold, while the others were not. This removes the bold formatting from "Ariel OS", so that it matches the formatting of the other project names. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad8c9071eff8..55ca115fc747 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ RIOT provides features including, but not limited to: ### Related Projects -- [**Ariel OS**](https://github.com/ariel-os/ariel-os) is an offspring of RIOT written +- [Ariel OS](https://github.com/ariel-os/ariel-os) is an offspring of RIOT written in Rust following RIOT's goals and [vision](https://doc.riot-os.org/vision.html). - [Contiki(-NG)](https://github.com/contiki-ng/contiki-ng) was an inspiration for starting RIOT, an operating system for constrained devices with a focus on networking. - [NuttX](https://github.com/apache/nuttx) is another general purpose microcontroller OS with a focus on bringing POSIX to MCUs