Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 2ad0920

Browse files
authored
Merge branch 'vnext' into vsuszynski/update-changelogs-march-sr
2 parents 4655d9c + 06b6851 commit 2ad0920

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)