We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbe3a6 commit efe7a84Copy full SHA for efe7a84
README.md
@@ -24,7 +24,7 @@ You can either use a bot or a user account to communicate with the API. To find
24
The core of this library is the `ZulipRestExecutor` it is responsible for performing HTTP calls.
25
26
```java
27
-ZulipRestExecutor exectuor = new ZulipRestExecutor("user@zulip.com", "apikey","https://zulip.example.com/");
+ZulipRestExecutor executor = new ZulipRestExecutor("user@zulip.com", "apikey","https://zulip.example.com/");
28
```
29
30
To change credentials after instantiating the ZulipRestExecutor it is recommended to create a new object for the moment.
0 commit comments