Skip to content

Commit be0c771

Browse files
authored
updated readme
1 parent e8c73ef commit be0c771

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ This library covers every API call of the Zulip API except for real-time events
77
Just add the following dependency to your pom.xml or the JAR of this repository to your projects build path.
88

99
```maven
10-
<dependency>
11-
<groupId>io.taliox</groupId>
12-
<artifactId>zulip-java-rest</artifactId>
13-
<version>1.0</version>
14-
</dependency>
10+
Coming soon!
1511
```
1612
### Where do I get the API key for authentication?
1713
You can either use a bot or a user account to communicate with the API. To find out the needed token please see the official [Zulip documentation](https://zulipchat.com/api/api-keys).
@@ -118,4 +114,4 @@ This library and its content is released under the [MIT License](https://choosea
118114

119115
## Disclaimer
120116
The whole Zulip product and it's API can be found [here](https://github.com/zulip).
121-
The documentation which was used here and is used inside of this project is heavily inspired by the official [Zulip site](https://zulipchat.com/api/) and the official [Zulip repositories](https://github.com/zulip).
117+
The documentation which was used here and is used inside of this project is heavily inspired by the official [Zulip site](https://zulipchat.com/api/) and the official [Zulip repositories](https://github.com/zulip).

0 commit comments

Comments
 (0)