diff --git a/README.md b/README.md
index c33ca837ee..35fa09ab33 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![Discord](https://img.shields.io/discord/778301671302365256?logo=Discord)](https://discord.gg/n27zjVTbDz)
[![Java CI with Maven on Push](https://github.com/knowm/XChange/actions/workflows/maven.yml/badge.svg?event=status)](https://github.com/knowm/XChange/actions/workflows/maven.yml)
-XChange is a Java library providing a simple and consistent API for interacting with 60+ Bitcoin and other crypto currency exchanges, providing a consistent interface for trading and accessing market data.
+XChange is a Java library providing a simple and consistent API for interacting with 60+ Bitcoin and other cryptocurrency exchanges, providing a consistent interface for trading and accessing market data.
## Important!
@@ -11,7 +11,7 @@ The world of Bitcoin changes quickly and XChange is no exception. For the latest
## Description
-XChange is a Java based library providing a simple and consistent API for interacting with a diverse set of crypto currency exchanges.
+XChange is a Java based library providing a simple and consistent API for interacting with a diverse set of cryptocurrency exchanges.
Basic usage is very simple: Create an `Exchange` instance, get the appropriate service, and request data. More complex usages are progressively detailed below.
@@ -148,12 +148,12 @@ Add the following dependencies in your pom.xml file. You will need at least xcha
org.knowm.xchange
xchange-core
- 5.2.0
+ 5.2.1
org.knowm.xchange
xchange-XYZ
- 5.2.0
+ 5.2.1
```
@@ -163,7 +163,7 @@ If it is available for your exchange, you may also want to use the streaming API
org.knowm.xchange
xchange-stream-XYZ
- 5.2.0
+ 5.2.1
```
@@ -179,7 +179,7 @@ For snapshots, add the following repository to your pom.xml file.
The current snapshot version is:
- 5.2.1-SNAPSHOT
+ 5.2.2-SNAPSHOT
## Building with Maven