Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeauchamp committed Nov 20, 2015
1 parent 23e03b5 commit 4424ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Try it out at http://swashbuckleodata.azurewebsites.net/swagger

* Install the Swashbuckle.OData NuGet package:

<code>Install-Package Swashbuckle.OData -Pre</code>
<code>Install-Package Swashbuckle.OData</code>

* Update your <code>SwaggerConfig</code> to accept an <code>IEdmModel</code>:
```csharp
Expand Down

0 comments on commit 4424ee6

Please sign in to comment.