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 88db3e5 commit 9cbe3a6Copy full SHA for 9cbe3a6
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 = new ZulipRestExecutor("user@zulip.com", "apikey","https://zulip.example.com/");
+ZulipRestExecutor exectuor = 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