Skip to content

Commit 0e23e8f

Browse files
authored
Merge pull request #43 from EventStore/alexeyzimarev-readme
Update README.md
2 parents 372b279 + dcaa2d3 commit 0e23e8f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Event Store Client SDK for Java
1+
# EventStoreDB Client SDK for Java
22

3-
This repository contains an [Event Store][es] Client SDK written in Java for use with languages on the JVM. It is
3+
This repository contains an [EventStoreDB][es] Client SDK written in Java for use with languages on the JVM. It is
44
compatible with Java 8 and above.
55

66
Note: This client is currently under active development and further API changes are expected. Feedback is very welcome.
77

88
## Developing
99

10-
The SDK is built using [`Gradle`][gradle]. Integration tests run against a server using Docker, with the [Event Store gRPC
10+
The SDK is built using [`Gradle`][gradle]. Integration tests run against a server using Docker, with the [EventStoreDB gRPC
1111
Client Test Container][container]. Packages are not currently published to Maven Central, but will be once this library
1212
approaches release.
1313

1414
## EventStoreDB Server Compatibility
1515

1616
This client is compatible with version `20.6.1` upwards.
1717

18-
Server setup instructions can be found here [EventStoreDB Docs], follow the docker setup for the simplest configuration.
18+
Server setup instructions can be found in the [docs], follow the docker setup for the simplest configuration.
1919

2020
## Example
2121

@@ -87,17 +87,17 @@ public class Main {
8787

8888
## Support
8989

90-
Information on support can be found here: [EventStoreDB Support]
90+
Information on support can be found on our website: [Event Store Support][support]
9191

9292
## Documentation
9393

94-
Documentation for EventStoreDB can be found here: [EventStoreDB Docs]
94+
Documentation for EventStoreDB can be found in the [docs].
9595

9696
Bear in mind that this client is not yet properly documented. We are working hard on a new version of the documentation.
9797

9898
## Community
9999

100-
We have a community discussion space at [EventStoreDB Discuss].
100+
We have a community discussion space at [Event Store Discuss][discuss].
101101

102102
## Contributing
103103

@@ -109,6 +109,6 @@ review our [Contributing Guide][contributing] and [Code of Conduct][code-of-cond
109109
[container]: https://github.com/EventStore/EventStore-Client-gRPC-TestData
110110
[contributing]: https://github.com/EventStore/EventStoreDB-Client-Java/tree/master/CONTRIBUTING.md
111111
[code-of-conduct]: https://github.com/EventStore/EventStoreDB-Client-Java/tree/master/CODE-OF-CONDUCT.md
112-
[eventstoredb support]: https://eventstore.com/support/
113-
[eventstoredb docs]: https://developers.eventstore.com/server/20.6/server/installation/
114-
[eventstoredb discuss]: https://discuss.eventstore.com/
112+
[support]: https://eventstore.com/support/
113+
[docs]: https://developers.eventstore.com/server/20.6/server/installation/
114+
[discuss]: https://discuss.eventstore.com/

0 commit comments

Comments
 (0)