Skip to content

Commit 20e3480

Browse files
author
synw
committed
Update readme
1 parent ea84c0f commit 20e3480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ when an access token is expired the client library will request a new access tok
77
token, and will retry the request with the new access token
88

99
```bash
10-
npm install quidjs@0.2.0
10+
npm install quidjs@0.3.0
1111
```
1212

1313
## Usage
@@ -22,7 +22,7 @@ var requests = new QuidRequests({
2222
refreshToken: "24h"
2323
},
2424
axiosConfig: {
25-
baseURL: "https://myquideserver_uri_", // "http://localhost:8080"
25+
baseURL: "https://myserver_uri_",
2626
timeout: 5000
2727
},
2828
})

0 commit comments

Comments
 (0)