Skip to content

Commit 1d61a16

Browse files
committed
update angular.json file installation info, ref #28
1 parent fd23e3a commit 1d61a16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ npm install angular-markdown-editor
3636
yarn add angular-markdown-editor
3737
```
3838

39-
### Modify the `.angular-cli.json` file
40-
You need to add CSS Styles for the Bootstrap, Markdown Editor and Font-Awesome (the latter is optional).
39+
### Modify the `angular.json` file
40+
You need to add CSS Styles for the Bootstrap, Markdown Editor and Font-Awesome (the latter is optional).
41+
Also make sure to include the proper 3rd party javascript libraries in your `scripts` as shown below.
4142

4243
```json
4344
"styles": [

0 commit comments

Comments
 (0)