From 4165d01d166f1c94930603cd5c3ce30dfd2f2c92 Mon Sep 17 00:00:00 2001 From: Nicolas Dievart Date: Thu, 30 Mar 2017 15:22:30 +0200 Subject: [PATCH] fix-constructor-typo-in-readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {