Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Oct 24, 2020
1 parent ea84c0f commit 20e3480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,7 +22,7 @@ var requests = new QuidRequests({
refreshToken: "24h"
},
axiosConfig: {
baseURL: "https://myquideserver_uri_", // "http://localhost:8080"
baseURL: "https://myserver_uri_",
timeout: 5000
},
})
Expand Down

0 comments on commit 20e3480

Please sign in to comment.