Skip to content

Commit 979fe88

Browse files
authored
docs/protocol-description.md: fix potentially confusing example request
1 parent 5ef1e37 commit 979fe88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/protocol-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Accept: application/json
113113
Content-type: application/json
114114
Content-length: 77
115115
116-
{"user":"bhuga","method":"wcid","params":{"app": "hubot"},"room_id":"developer-experience"}
116+
{"user":"bhuga","method":"options","params":{"app": "hubot"},"room_id":"developer-experience"}
117117
```
118118

119119
The CRPC server should respond with output like the following:

0 commit comments

Comments
 (0)