Skip to content

Commit 3d0da46

Browse files
timqianYuga Sun
authored andcommitted
improve doc
1 parent 3658587 commit 3d0da46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ $ npm install -g serverless
3939

4040
### 2. 创建
4141

42-
通过如下命令和模板链接,快速创建一个静态网站托管应用:
42+
通过如下命令,快速创建一个静态网站托管应用:
4343

4444
```bash
45-
$ serverless init website-starter
45+
$ serverless init website-starter --name example
46+
$ cd example
4647
```
4748

4849
下载完毕后,目录结构如下所示:

0 commit comments

Comments
 (0)