From f2abf9a48a2b7df39352159e710922e2b8e10f1b Mon Sep 17 00:00:00 2001 From: GongHui Date: Tue, 16 Mar 2021 10:55:15 +0800 Subject: [PATCH] modify readme style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10fabc614..76110789e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This repository stores the core source code information of the OpenHarmony drive │ ├── display # Display framework module │ ├── input # Input framework module │ ├── network # WLAN framework module -│ └── sensor # Sensor driver module +│ └── sensor # Sensor driver module ├── support # Basic capabilities │ └── platform # Platform driver framework and APIs, including GPIO, I2C, and SPI ├── tools # Source code related to the tools of the HDF -- Gitee