From 20e34806fc072e662b52afd2d40c34ba3c5395d0 Mon Sep 17 00:00:00 2001 From: synw Date: Sat, 24 Oct 2020 15:59:24 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38966c2..d3946d6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ when an access token is expired the client library will request a new access tok token, and will retry the request with the new access token ```bash -npm install quidjs@0.2.0 +npm install quidjs@0.3.0 ``` ## Usage @@ -22,7 +22,7 @@ var requests = new QuidRequests({ refreshToken: "24h" }, axiosConfig: { - baseURL: "https://myquideserver_uri_", // "http://localhost:8080" + baseURL: "https://myserver_uri_", timeout: 5000 }, })