Skip to content

Commit

Permalink
docs: update doc (#12)
Browse files Browse the repository at this point in the history
* Update index.md

修改不存在的命令edit为set

* Update index.en-US.md

Change invalid command `edit`  to `set`
  • Loading branch information
guhaishuo authored Oct 29, 2023
1 parent 7b73ac3 commit 62bd5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/knext/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This example can help you quickly start with importing and analyzing inference o
Execute the following command to set the server address of OpenSPG (by default it's http://127.0.0.1:8887 for local address):

```bash
knext config edit --global host_addr=http://127.0.0.1:8887
knext config set --global host_addr=http://127.0.0.1:8887
```

### 2.2 Create Project
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/knext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ knext --version
执行以下命令,设置OpenSPG服务端地址(默认为本地地址 [http://127.0.0.1:8887](http://127.0.0.1:8887) ):

```bash
knext config edit --global host_addr=http://127.0.0.1:8887
knext config set --global host_addr=http://127.0.0.1:8887
```

### 2.2 创建一个示例项目
Expand Down

0 comments on commit 62bd5e6

Please sign in to comment.