From 14fa5887c9c999f28183de9829d80b07195540a9 Mon Sep 17 00:00:00 2001 From: Richard Beauchamp Date: Wed, 25 Nov 2015 15:59:43 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b561a0..064d2cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Swashbuckle.OData v2.0.0-alpha ([v1 documentation](https://github.com/rbeauchamp/Swashbuckle.OData/tree/v1.1.0)) +Swashbuckle.OData ========= [![Build status](https://ci.appveyor.com/api/projects/status/lppv9403dgwrntpa?svg=true)](https://ci.appveyor.com/project/rbeauchamp/swashbuckle-odata/) @@ -17,7 +17,7 @@ Install [Swashbuckle](https://github.com/domaindrivendev/Swashbuckle) Install the Swashbuckle.OData NuGet package: - Install-Package Swashbuckle.OData -Pre + Install-Package Swashbuckle.OData In `SwaggerConfig` configure the custom provider: ```csharp