fix(readme): 修复 README.md 内容错误
This commit is contained in:
@@ -5,14 +5,16 @@
|
|||||||
https://opensource.org/licenses/MIT
|
https://opensource.org/licenses/MIT
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## `Node.js` 从基础到项目实践
|
## `Node.js` 从基础到项目实践
|
||||||
|
|
||||||
### 文件介绍
|
### 文件介绍
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
.
|
.
|
||||||
├── images # 图片资源
|
├── 1 # 课堂练习1
|
||||||
├── test1 # 实验一
|
├── 2 # 课堂练习2
|
||||||
├── test2 # 实验二
|
└── tests # 实验文件夹
|
||||||
└── test3 # 实验三
|
├── test1 # 实验1
|
||||||
|
├── test2 # 实验2
|
||||||
|
└── test3 # 实验3
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user