From 99a3a99d06e5591b704381c3566f3c50a8cfe0cb Mon Sep 17 00:00:00 2001 From: Rafael Carvalho Date: Thu, 24 Jan 2019 18:31:03 +1300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecbc00e..bb62d25 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ import { NgChatModule } from 'ng-chat'; }) export class AppModule { } ``` -#### Add the component directive in your AppComponent template: +#### Add the component in your AppComponent template: ``` From dbfb83ea3ce338854a4781ede632ebf578cd5aa4 Mon Sep 17 00:00:00 2001 From: Rafael Carvalho Date: Thu, 24 Jan 2019 18:31:28 +1300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb62d25..36d88e2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ npm install ng-chat ``` ### Setup -#### Import the NgChatModule on your AppModule (EG: app.module.ts): +#### Import NgChatModule on your AppModule (EG: app.module.ts): ``` ... From f240d9919227f6e14c0a6cb14ebc000e4560c141 Mon Sep 17 00:00:00 2001 From: Rafael Carvalho Date: Thu, 24 Jan 2019 18:32:56 +1300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36d88e2..4df968d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ import { NgChatModule } from 'ng-chat'; }) export class AppModule { } ``` -#### Add the component in your AppComponent template: +#### Add the component to your AppComponent template: ```