diff --git a/README.md b/README.md
index 2ebe8d2..31cab3f 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,6 @@
## Description
This library contains a collection of modules that assist with the development of console applications and Minecraft plugins.
-A [list of features](https://github.com/Preponderous-Software/Ponder/wiki/Features) is available on the wiki.
-
## Projects
A [list of projects](https://github.com/Preponderous-Software/Ponder/wiki/Projects) is available on the wiki.
@@ -17,12 +15,6 @@ For support, you can join our [support discord server](https://discord.gg/G6wQxf
Please [fill out a bug report here](https://github.com/Preponderous-Software/Ponder/issues?q=is%3Aissue+is%3Aopen+label%3Abug).
-## Installation/Configuration
-
-For help with installation/configuration, check
-out [this page](https://github.com/Preponderous-Software/Ponder/wiki/Setup-Tutorial-(Configuration)). Please keep in
-mind that while this library can be used, it is unstable and likely to change.
-
## Example Application
An example of an application created with Ponder can be
@@ -35,50 +27,59 @@ found [here](https://github.com/Preponderous-Software/ExamplePonderPlugin).
## Maven
-- Maven Dev Build
+### repository
```
- jitpack.io
- https://jitpack.io
+ dansplugins.com
+ https://repo.dansplugins.com/repository/maven-public/
+```
+
+### ponder-bukkit
+
+```
- com.github.Preponderous-Software
- Ponder
- 07e0c073e9
+ com.dansplugins
+ ponder-bukkit
+ 2.0.0
```
-- Maven Release
+### ponder-cache
```
-
- jitpack.io
- https://jitpack.io
-
+
- com.github.Preponderous-Software
- Ponder
- 1.1
+ com.dansplugins
+ ponder-cache
+ 2.0.0
```
-## Contributing
+### ponder-commands
+
+```
-- [Notes on Contributing](https://github.com/Preponderous-Software/Ponder/wiki/Contributing)
+
+ com.dansplugins
+ ponder-commands
+ 2.0.0
+
+```
## Authors and acknowledgement
Name | Main Contributions
------------ | -------------
[Daniel Stephenson](https://github.com/dmccoystephenson) | Creator
-Callum | wrote some methods that are used in AbstractPluginCommand and ApplicationCommand; contributed NMSAssistant and NMSVersion; improved ColorChecker; contributed ColorConverter; improved EventHandlerRegistry; improved UUIDChecker; improved ArgumentParser; contributed ConfigurationFile
-[Pasarus](https://github.com/Pasarus) | wrote code that is used in JsonWriterReader and UUIDChecker; contributed Pair
-Caibinus | wrote code that is used in BlockChecker
+Callum | wrote some methods that were used in AbstractPluginCommand and ApplicationCommand; contributed NMSAssistant and NMSVersion; improved ColorChecker; contributed ColorConverter; improved EventHandlerRegistry; improved UUIDChecker; improved ArgumentParser; contributed ConfigurationFile
+[Pasarus](https://github.com/Pasarus) | wrote code that was used in JsonWriterReader and UUIDChecker; contributed Pair
+Caibinus | wrote code that was used in BlockChecker
Deej | Set up the javadocs
VoChiDanh | Improved the BlockChecker and added the MaterialChecker
-alyphen | Generified types of maps, lists and sets across the project, massively overhauled the project and split it into three modules
+alyphen | Generified types of maps, lists and sets across the project, massively overhauled the project and split it into three modules, introduced tests
Have you made a contribution and don't see yourself above? Please add your name and open a PR!