From d68cba1b1a1b2a9481094a6df744edb1213c374e Mon Sep 17 00:00:00 2001 From: Tom Pallister Date: Tue, 25 Oct 2016 19:48:46 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f2f176..fffba091 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ to do this. # How to use -Using nuget `Install-Package Ocelot -Version 0.0.1` +Ocelot is designed to work with ASP.NET core only and is currently built to .NET Standard 1.4 [this](https://docs.microsoft.com/en-us/dotnet/articles/standard/library) documentation may prove helpful when working out if Ocelot would be suitable for you. + +Install Ocelot and it's dependecies using nuget. + +`Install-Package Ocelot -Version 0.0.1` # Configuration