diff --git a/README.md b/README.md index 4434b56f..84455545 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ # Ocelot -Ocelot is a .NET Api Gateway. This project is aimed at people using .NET running +Ocelot is a .NET API Gateway. This project is aimed at people using .NET running a micro services / service orientated architecture -that need a unified point of entry into their system. However it will work with anything that speaks HTTP and run on any platform that asp.net core supports. +that need a unified point of entry into their system. However it will work with anything that speaks HTTP and run on any platform that ASP.NET Core supports. In particular I want easy integration with IdentityServer reference and bearer tokens. @@ -61,6 +61,10 @@ Install Ocelot and it's dependencies using NuGet. `Install-Package Ocelot` +Or via the .NET Core CLI: + +`dotnet add package ocelot` + All versions can be found [here](https://www.nuget.org/packages/Ocelot/) ## Documentation