diff --git a/README.md b/README.md
index 41640f4b..5ba658c2 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ Adding GemsFX to your project.
#### Using Maven
Add the following dependency to your pom.xml:
+
```xml
com.dlsc.gemsfx
@@ -23,6 +24,7 @@ Add the following dependency to your pom.xml:
#### Using Gradle
Add the following dependency to your build.gradle:
+
```groovy
implementation 'com.dlsc.gemsfx:gemsfx:2.11.0'
```