Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #98 from rpaschoal/master
Browse files Browse the repository at this point in the history
Merge readme changes
  • Loading branch information
rpaschoal authored Jan 24, 2019
2 parents 334103b + f240d99 commit 2698ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

```
...
Expand All @@ -41,7 +41,7 @@ import { NgChatModule } from 'ng-chat';
})
export class AppModule { }
```
#### Add the component directive in your AppComponent template:
#### Add the component to your AppComponent template:

```
<ng-chat [adapter]="adapter" [userId]="userId"></ng-chat>
Expand Down

0 comments on commit 2698ee3

Please sign in to comment.