Skip to content

Commit

Permalink
Merge pull request #2 from NicolasDievart/patch-1
Browse files Browse the repository at this point in the history
Fix constructor typo in readme
  • Loading branch information
Tom32i authored Mar 30, 2017
2 parents f4c2083 + 4165d01 commit 0899c0d
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 @@ -15,7 +15,7 @@ Given the given class, you want to declare as a service:
export default class MyApiClient {
constructor(host, key) {
this.host = host;
this.key keyhost;
this.key = key;
}

login() {
Expand Down

0 comments on commit 0899c0d

Please sign in to comment.