diff --git a/Developer-API-Starter.md b/Developer-API-Starter.md
index fe4e75e..e38590b 100644
--- a/Developer-API-Starter.md
+++ b/Developer-API-Starter.md
@@ -4,12 +4,12 @@ This document outlines the basics of how plugin developers can read and modify M
## Adding Multiverse-Core to your project
All Multiverse modules are hosted on our very own [nexus repository](https://repo.onarandombox.com/content/groups/public).
-To replace the placeholders with the various artifactId for Multiverse modules are:
-* Multiverse-Core
-* Multiverse-Inventories
-* Multiverse-Portals
-* Multiverse-NetherPortals
-* Multiverse-SignPortals
+Replace the [MODULE] placeholders with the various Multiverse modules:
+* Core
+* Inventories
+* Portals
+* NetherPortals
+* SignPortals
As for the version, use the latest release version based on their respective Bukkit site.
@@ -25,13 +25,25 @@ As for the version, use the latest release version based on their respective Buk
com.onarandombox.multiverse[MODULE]
- multiverse-[MODULE]
+ Multiverse-[MODULE]
[VERSION]
provided
```
+Example
+```xml
+
+
+ com.onarandombox.multiversecore
+ Multiverse-Core
+ 4.3.1
+ provided
+
+
+```
+
### Gradle
```gradle
repositories {