From 0f6c9751435c5d802ff7faeeaae5519df7c371de Mon Sep 17 00:00:00 2001 From: Dongni He <dongni.he@huawei.com> Date: Thu, 25 Feb 2021 10:43:09 +0000 Subject: [PATCH] Spell OpenHarmony without the extra space Signed-off-by: Dongni He <dongni.he@huawei.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84db0953..faa0876e 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ ranging from RTOSs to Linux. !includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/release/1-0/C4_Context.puml Person(dev, "Developer", "Anyone willing to build the OHOS based image") -System(meta_ohos, "meta-ohos", "Open Harmony OS umbrella bitbake meta-layer") +System(meta_ohos, "meta-ohos", "OpenHarmony OS umbrella bitbake meta-layer") Boundary(poky, "poky") { System_Ext(bitbake, "bitbake", "build process orchestrator") System_Ext(linux_yocto, "linux-yocto", "Yocto Project LTS linux kernel") -- GitLab