From d684f9a1b2c7bcb124265ed749ee60225fafd5f8 Mon Sep 17 00:00:00 2001 From: Christian Graff Date: Mon, 25 Nov 2019 11:20:06 +0100 Subject: [PATCH] [FIX] Handle client as string. Fixes #4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b26a6e..3429bfe 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ server: configuration: baseUri: "http://services.odata.org" auth: "yourusername:yourpassword" - client: 110 + client: "110" ``` ## How it works