Skip to content

Commit

Permalink
Merge pull request #5 from inokappa/fix-readme-example
Browse files Browse the repository at this point in the history
fix typo in README.md
  • Loading branch information
vvatanabe authored Sep 9, 2019
2 parents 8b19572 + b3e178c commit 7b10eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const apiKey = 'yourApiKey';
const accessToken = 'yourAccessToken';

// Use API Key
const backlog = new backlogjs.Backlog({ host, apikey });
const backlog = new backlogjs.Backlog({ host, apiKey });

// Use OAuth2 Access Token
const backlog = new backlogjs.Backlog({ host, accessToken });
Expand Down

0 comments on commit 7b10eea

Please sign in to comment.