Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix link
  • Loading branch information
shoo authored Mar 12, 2020
1 parent b5c6037 commit 9fc28f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ The response type corresponds to the request type.
| Request Type | Response Type |
|:----------------------|:---------------------|
| [ReqEcho](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ReqEcho) | [ResEcho](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResEcho), [ResErr](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResErr) |
| [ReqInfo](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ReqInfo) | [ResInfo](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResInfo), [ResErr](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResErr) |
| [ReqEcho](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ReqEcho) | [ResEcho](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResEcho), [ResErr](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResErr) |
| [ReqInfo](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ReqInfo) | [ResInfo](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResInfo), [ResErr](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResErr) |
Each piece of information is composed of a JSON object composed of `type` and `value` as follows, and the `value` includes a payload.
The following examples include line breaks and indents for readability, but do not break lines in the data actually used.
Expand Down

0 comments on commit 9fc28f8

Please sign in to comment.