Update qualityofservice.rst (#801)

Tiny typo
This commit is contained in:
Vincent Lefebvre 2019-03-07 21:18:59 -05:00 committed by Marcelo Castagna
parent b4f5b68614
commit 3c580e3d96

View File

@ -5,7 +5,7 @@ Ocelot supports one QoS capability at the current time. You can set on a per ReR
want to use a circuit breaker when making requests to a downstream service. This uses an awesome want to use a circuit breaker when making requests to a downstream service. This uses an awesome
.NET library called Polly check them out `here <https://github.com/App-vNext/Polly>`_. .NET library called Polly check them out `here <https://github.com/App-vNext/Polly>`_.
The first thing you need to do if you want to use the administration API is bring in the relavent NuGet package.. The first thing you need to do if you want to use the administration API is bring in the relevant NuGet package..
``Install-Package Ocelot.Provider.Polly`` ``Install-Package Ocelot.Provider.Polly``