Added usage/link to samples that's not hidden

There was one hidden in the Contributing section before, but it wasn't very visible.
This commit is contained in:
Benjamin Ward
2015-09-23 08:02:31 -04:00
parent 8abb096884
commit 0d8d19eef2
+3
View File
@@ -11,6 +11,9 @@ MonoGame.Extended is an open source extension library for [MonoGame](http://www.
MonoGame.Extended is a work in progress. New classes are being added almost every day and I'm blogging about them on [dylanwilson.net](http://dylanwilson.net/). We have a very early [alpha Nuget package](https://www.nuget.org/packages/MonoGame.Extended/) released but keep in mind the API is likely to change as the project grows.
## Usage
MonoGame.Extended is designed to build on top of MonoGame, but may work with XNA/FNA (for now this is not confirmed, but it would most likely require a custom build). Samples and examples of uses for each feature can be found in the [Samples.Extended](https://github.com/craftworkgames/Samples.Extended) repository; we try to keep these up to date with the current feature list.
## How to install