Skip to content

Commit 06b6851

Browse files
authored
fix(grid-lite): react installation step (#1927)
1 parent 168a985 commit 06b6851

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

doc/en/components/grid-lite/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Our free, open-source {Platform} Grid Lite comes with the following column-based
3131
To install {GridLiteTitle}, go to the root folder of your project (where `package.json` is located) and run the following command using npm:
3232

3333
```cmd
34-
npm install igniteui-grid-lite --save
34+
npm install igniteui-grid-lite
3535
```
3636

3737
Or using yarn:
@@ -45,13 +45,15 @@ yarn add igniteui-grid-lite
4545
To install {GridLiteTitle}, go to the root folder of your project (where `package.json` is located) and run the following command using npm:
4646

4747
```cmd
48-
npm install igniteui-react --save
48+
npm install igniteui-react
49+
npm install igniteui-grid-lite
4950
```
5051

5152
Or using yarn:
5253

5354
```cmd
5455
yarn add igniteui-react
56+
yarn add igniteui-grid-lite
5557
```
5658
<!-- end: React -->
5759

0 commit comments

Comments
 (0)