From ff967bc7e565cf8436e114be5d1ec1852d7936a6 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Tue, 25 Oct 2016 21:28:20 +0100 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58183cf6..c6b1fdd1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Install Ocelot and it's dependecies using nuget. `Install-Package Ocelot -Pre` +All versions can be found [here](https://www.nuget.org/packages/Ocelot/) + # Configuration An example configuration can be found [here](https://github.com/TomPallister/Ocelot/blob/develop/test/Ocelot.ManualTest/configuration.yaml )