Skip to content

Commit 5870994

Browse files
committed
a few minor fixes
1 parent 9be80aa commit 5870994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Assuming we're starting with a new @angular/cli project:
88
```shell
99
$ npx @angular/cli new my-project --style=scss
1010
$ cd my-project
11-
$ npm i --save-dev carbon-components-angular carbon-components
11+
$ npm i --save-dev carbon-components-angular carbon-components @ngx-translate/core
1212
```
1313

14-
Then we need to include carbon-components in `src/styles.css`:
14+
Then we need to include carbon-components in `src/styles.scss`:
1515

1616
```scss
1717
@import "~carbon-components/scss/globals/scss/styles.scss";

0 commit comments

Comments
 (0)