Skip to content

Commit d131b92

Browse files
authored
fixed typo in readme
1 parent 336c289 commit d131b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ So for instance if we want to send a message to someone on our Zulip server we n
3434

3535
```java
3636
PostMessage postMessage = new PostMessage("anotheruser@zulip.com", "Hello world");
37-
String response = executor.executeCall(ZulipRestAPICall call)
37+
String response = executor.executeCall(postMessage)
3838
```
3939

4040
executeCall always returns the answer from the Zulip server for instance whether the call was successful or not.

0 commit comments

Comments
 (0)