Skip to content

Commit

Permalink
Updated example code in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Palm committed Oct 31, 2019
1 parent eb89661 commit 2c6b3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ bankid(options, (err, service) => {
const args = {
personalNumber: '199801011234',
endUserIp: '192.168.0.1',
};
service.authenticate(args, (err, response) => {
Expand Down

0 comments on commit 2c6b3c9

Please sign in to comment.