From b5a827cf7023acbb600476467c90c362a6c74a34 Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Tue, 19 Jun 2018 20:56:35 +0100 Subject: [PATCH] Minor tweaks (#413) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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