Skip to content

Commit d5d83b5

Browse files
authored
Merge pull request #65 from gijzelaerr/patch-1
typo
2 parents e2cc4b5 + e98cab4 commit d5d83b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ $ wes-client --host=localhost:8080 --proto=http --attachments="testdata/dockstor
3333
### List workflows
3434

3535
```
36-
$ wes-client --proto http --host=locahost:8080 --list
36+
$ wes-client --proto http --host=localhost:8080 --list
3737
```
3838

3939
### Get workflow status
4040

4141
```
42-
$ wes-client --proto http --host=locahost:8080 --get <workflow-id>
42+
$ wes-client --proto http --host=localhost:8080 --get <workflow-id>
4343
```
4444

4545
### Get stderr log from workflow:
4646

4747
```
48-
$ wes-client --proto http --host=locahost:8080 --log <workflow-id>
48+
$ wes-client --proto http --host=localhost:8080 --log <workflow-id>
4949
```
5050

5151
## Server Configuration

0 commit comments

Comments
 (0)