From dbfb83ea3ce338854a4781ede632ebf578cd5aa4 Mon Sep 17 00:00:00 2001 From: Rafael Carvalho Date: Thu, 24 Jan 2019 18:31:28 +1300 Subject: [PATCH] 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): ``` ...