README improvements

This commit is contained in:
David Nissimoff 2018-05-10 16:22:27 -07:00
parent 5c0498cba0
commit 7345bdccda

View File

@ -55,7 +55,7 @@ A quick list of Ocelot's capabilities for more information see the [documentatio
## How to install ## How to install
Ocelot is designed to work with ASP.NET Core only and is currently targets `netstandard2.0`. This means it can be used anywhere .NET Standard 2.0 is supported, including .NET Core 2 and .NET Framework 4.6.1 and up. [This](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) documentation may prove helpful when working out if Ocelot would be suitable for you. Ocelot is designed to work with ASP.NET Core only and it targets `netstandard2.0`. This means it can be used anywhere `.NET Standard 2.0` is supported, including `.NET Core 2.0` and `.NET Framework 4.6.1` and up. [This](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) documentation may prove helpful when working out if Ocelot would be suitable for you.
Install Ocelot and it's dependencies using NuGet. Install Ocelot and it's dependencies using NuGet.