diff --git a/README.md b/README.md
index 06a7d8ea..269e7bcd 100644
--- a/README.md
+++ b/README.md
@@ -98,26 +98,15 @@ To clone the repository, use `git clone https://github.com/Sauilitired/cloud.git
To then build it, use `./gradlew clean build`. If you want to build the examples as well, use `./gradlew clean build
-Pcompile-examples`.
-
-There is a bash script (`build.sh`) that performs the submodule updating & builds the project.
-Feel free to use this if you want to.
## use
To use `cloud` you will first need to add it as a dependency to your project.
-Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots).
Release builds of Cloud are available through the Maven central repository.
+Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots).
**maven**:
-```xml
-
+ YOUR.PACKAGE.HERE.shaded.cloud
- cloud.commandframework.services
- YOUR.PACKAGE.HERE.cloud.pipeline
+ io.leangen.geantyref
+ YOUR.PACKAGE.HERE.shaded.typetoken
@@ -177,7 +174,8 @@ with conflicting dependencies:
**gradle**:
```groovy
repositories {
- maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' }
+ //maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' } // For snapshots
+ mavenCentral()
}
```