From b42c02a61accf2c38366a3173ee9f20a48eaf0dd Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Tue, 14 Aug 2012 17:40:19 +0200 Subject: [PATCH] readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea9ba93d..94ce12eb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![MCore](http://massivecraft.com/wp-content/uploads/mcore/mcore150.png "MCore")
MCore - A bukkit plugin dev-framework in a bukkit plugin ==================== -[Download Latest Version](https://github.com/MassiveCraft/mcore/downloads) | [Source Code](https://github.com/MassiveCraft/mcore) | [BukkitDev](http://dev.bukkit.org/server-mods/mcore/) +[BukkitDev](http://dev.bukkit.org/server-mods/mcore/) This bukkit plugin contains components for developing other bukkit plugins. It offers no new plugin-like features on it's own. It is just a bunch of libraries and features that other plugins can make use of. @@ -13,7 +13,7 @@ When a new version of mcore is released it will take a while before the plugins For Plugin Developers ---------- -There is currently no documantation for mcore. You can learn how to use it by looking at other plugins that do so. The source code is embeded in all the jarfiles for your convenience. +The source code is embeded in all the jarfiles for your convenience. There is currently no documantation for mcore. You can learn how to use it by looking at other plugins that do so. [Most plugins by MassiveCraft](https://github.com/MassiveCraft) use MCore. [The Vampire Plugin](http://massivecraft.com/plugins/vampire) is a good example. For Contributors ---------- @@ -23,4 +23,5 @@ Read more about our plugin developent team at [MassiveCraft.com/plugins](http:// License ---------- This project is open source. We are using [The MIT Licence](http://www.opensource.org/licenses/MIT)
-This project includes [GSON](http://code.google.com/p/google-gson/) which has an [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file +This project includes [GSON](http://code.google.com/p/google-gson/) which has an [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0). +This project includes [the MongoDB driver for Java](https://github.com/mongodb/mongo-java-driver/) which has an [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file