update readme

Signed-off-by: jiangkuaixue <jiangchenzhou@huawei.com>
This commit is contained in:
jiangkuaixue 2021-11-25 23:10:13 +08:00
parent 4704adae74
commit 233dff0975
2 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ The main code directory structure of DSoftBus is as follows:
```
/foundation/communication/dsoftbus
├── interfaces # APIs
├── adapter # Adapter code
├── core # Core code
│ ├── common # Common code
│ ├── adapter # Adaptation code
│ ├── authentication # Authentication code
│ ├── bus_center # Networking code
│ ├── connection # Connection code

View File

@ -33,9 +33,9 @@
```
/foundation/communication/dsoftbus
├── interfaces # 接口代码
├── adapter # 适配层代码
├── core # 核心代码
│ ├── common # 通用代码
│ ├── adapter # 适配层代码
│ ├── authentication # 认证代码
│ ├── bus_center # 组网代码
│ ├── connection # 连接代码