Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
voronov-maxim authored Aug 5, 2020
1 parent b84ffc4 commit 0b8b5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OdataToEntity #
[Wiki](https://github.com/voronov-maxim/OdataToEntity/wiki)
[![Travis](https://img.shields.io/travis/voronov-maxim/OdataToEntity.svg)](https://travis-ci.org/voronov-maxim/OdataToEntity)
[![Travis](https://travis-ci.org/voronov-maxim/OdataToEntity.svg?branch=master)](https://travis-ci.org/voronov-maxim/OdataToEntity?branch=master)

OData .net core

Expand Down Expand Up @@ -69,4 +69,4 @@ var response = new MemoryStream();
await parser.ExecuteGetAsync(uri, OeRequestHeaders.JsonDefault, response, CancellationToken.None);
```
### Dynamic data context ###
[Create server from only connection string](https://github.com/voronov-maxim/OdataToEntity/wiki/Automatically-building-OData-APIs-(Dynamic-data-context))
[Create server from only connection string](https://github.com/voronov-maxim/OdataToEntity/wiki/Automatically-building-OData-APIs-(Dynamic-data-context))

0 comments on commit 0b8b5a1

Please sign in to comment.