Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 57b845e

Browse files
author
Marcin
committed
fix npm command
1 parent 66e9d75 commit 57b845e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/getting-started/stage-one.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To install package run below command
2323
<Tabs>
2424
<TabItem value="npm" label="npm" default>
2525
```bash
26-
npm --save @mapgrab/map-interface
26+
npm i --save @mapgrab/map-interface
2727
```
2828
</TabItem>
2929
<TabItem value="yarn" label="yarn">

docs/getting-started/stage-two/cypress.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import TabItem from "@theme/TabItem";
1515
<Tabs>
1616
<TabItem value="npm" label="npm" default>
1717
```bash
18-
npm --save @mapgrab/cypress
18+
npm i --save @mapgrab/cypress
1919
```
2020
</TabItem>
2121
<TabItem value="yarn" label="yarn">

docs/getting-started/stage-two/playwright.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import TabItem from "@theme/TabItem";
1515
<Tabs>
1616
<TabItem value="npm" label="npm" default>
1717
```bash
18-
npm --save @mapgrab/playwright
18+
npm i --save @mapgrab/playwright
1919
```
2020
</TabItem>
2121
<TabItem value="yarn" label="yarn">

0 commit comments

Comments
 (0)