Skip to content

Commit

Permalink
Merge pull request #6 from cgraff/master
Browse files Browse the repository at this point in the history
[FIX] Handle client as string. Fixes #4
  • Loading branch information
Schoutenk authored Nov 25, 2019
2 parents 9125bb4 + d684f9a commit 9f61898
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 9f61898

Please sign in to comment.