Skip to content

Commit

Permalink
[FIX] Handle client as string. Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Graff committed Nov 25, 2019
1 parent 9125bb4 commit d684f9a
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 @@ -45,7 +45,7 @@ server:
configuration:
baseUri: "http://services.odata.org"
auth: "yourusername:yourpassword"
client: 110
client: "110"
```
## How it works
Expand Down

0 comments on commit d684f9a

Please sign in to comment.