From 0d8d19eef2f56d6248d14c53cae01ba068c41add Mon Sep 17 00:00:00 2001 From: Benjamin Ward Date: Wed, 23 Sep 2015 08:02:31 -0400 Subject: [PATCH] Added usage/link to samples that's not hidden There was one hidden in the Contributing section before, but it wasn't very visible. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 25e927d5..5aa9f7d2 100644 --- a/README.md +++ b/README.md @@ -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