Skip to content

Commit 307ccc1

Browse files
committed
docs: update quick start for cmd signature update
1 parent b47e4ca commit 307ccc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/03-quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide_title: true
55

66
To quickly start, let's try something live online.. [REQ|RES](https://reqres.in) is a hosted demo REST api service. Let's call a simple API endpoint from here.
77

8-
> First [setup chkware](setup).
8+
> First [setup **chkware**](setup).
99
1010
Go to https://reqres.in, and find there is an endpoint like **_GET_ SINGLE USER** we'll call this API with Chkware. So, follow these steps:
1111

@@ -22,7 +22,7 @@ request:
2222
3. from terminal run following
2323
2424
```bash
25-
$ chk User.chk
25+
$ chk http User.chk
2626
```
2727

2828
See the output like
@@ -66,7 +66,7 @@ request:
6666
6767
```bash
6868
$ cd ~/project
69-
$ chk covid-19.chk
69+
$ chk http covid-19.chk
7070
```
7171

7272
1. You'll get output like this

0 commit comments

Comments
 (0)