From 1937a73bfb42970d3000a31c917b364c038e9860 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Tue, 21 May 2019 17:43:59 +0800 Subject: [PATCH] Add readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 7ad2e48..c9cf63b 100644 --- a/Readme.md +++ b/Readme.md @@ -8,8 +8,8 @@ Product    安全网关产品源代码主目录 ├── common  公共代码/头文件/配置文件 目录 ├── modules  linux内核态源代码目录 │ └── demo 内核态驱动程序 demo 目录 -└── user 用户态源代码目录 - └── demo 用户态应用程序 demo 目录 +└── user    用户态源代码目录 + └── demo  用户态应用程序 demo 目录