Minor tweaks (#413)

This commit is contained in:
Joseph Woodward 2018-06-19 20:56:35 +01:00 committed by Tom Pallister
parent e0f76210f7
commit b5a827cf70

View File

@ -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