Skip to content

Commit

Permalink
updated readme for unstable v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fensterbank committed Oct 5, 2021
1 parent 758e0ee commit 142b5c3
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 @@ -28,8 +28,8 @@ npm install easyverein

setApiToken('token');

// by default stable v1.2 is used. You can also define to use the unstable v1.3, which is under development and considered UNSTABLE! Usage on own risk!
setApiVersion('v1.3');
// by default stable v1.3 is used. You can also define to use the deprecated v1.2 or the unstable v1.4, which is under development and considered UNSTABLE! Usage on own risk!
setApiVersion('v1.4');
```
### Get the organization

Expand Down

0 comments on commit 142b5c3

Please sign in to comment.