diff --git a/README.md b/README.md index 67c78ad..4ae9305 100644 --- a/README.md +++ b/README.md @@ -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() {