Skip to content

Commit 7f98b1a

Browse files
author
Ben Lavender
authored
Merge pull request #29 from github/req-method-clarification
protocol: fix potentially confusing example request
2 parents 5ef1e37 + 979fe88 commit 7f98b1a

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)