diff --git a/README.md b/README.md index 913eb24b..2cfb2f8f 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,16 @@ 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. Cloud is available from [IntellectualSites](https://intellectualsites.com)' maven repository. - +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 throgh the Maven central repository. + **maven**: ```xml - intellectualsites-snapshots - https://mvn.intellectualsites.com/content/repositories/snapshots + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots ``` @@ -97,7 +100,7 @@ To use `cloud` you will first need to add it as a dependency to your project. Cl cloud.commandframework cloud-PLATFORM - 0.2.0-SNAPSHOT + 1.0.0-SNAPSHOT