Skip to content

Improve README clarity and fix typos #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ The client is maintained by the https://github.com/rabbitmq/[RabbitMQ team at Br

== RabbitMQ Server Compatibility

This client releases are independent of RabbitMQ server releases and can be used with RabbitMQ server `4.x` and `3.x` (note that the `3.x` series is https://www.rabbitmq.com/release-information[out of community support]).
These client releases are independent of RabbitMQ server releases and can be used with RabbitMQ server `4.x` and `3.x` (note that the `3.x` series is https://www.rabbitmq.com/release-information[out of community support]).

== Minimum Supported JDK Version

They require Java 8 or higher.
The client libraries require Java 8 or higher.

== Dependency (Maven Artifact)

Expand Down Expand Up @@ -155,7 +155,7 @@ repositories {

== Experimenting with JShell

You can experiment with the client from JShell. This requires Java 9 or more.
You can experiment with the client using JShell. This requires Java 9 or higher.

[source,shell]
----
Expand Down Expand Up @@ -258,6 +258,6 @@ This package, the RabbitMQ Java client library, is https://www.rabbitmq.com/clie
the Mozilla Public License 2.0 ("MPL"), the GNU General Public License
version 2 ("GPL") and the Apache License version 2 ("AL").

This means that the user can consider the library to be licensed under **any of the licenses from the list** above.
For example, you may choose the Apache Public License 2.0 and include this client into a commercial product.
This means that you can consider the library to be licensed under **any of the licenses from the list** above.
For example, you may choose the Apache License 2.0 and include this client in a commercial product.
Projects that are licensed under the GPLv2 may choose GPLv2, and so on.