Skip to content

Commit a0920dd

Browse files
committed
REA-465: Fix doc for 3.0
1 parent 25107db commit a0920dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/content/introduction/GettingStarted.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
3434

3535
Add the yFiles dependency:
3636
```bash
37-
npm install <yFiles package path>/lib-dev/yfiles-30.0.0+dev.tgz
37+
npm install <yFiles package path>/lib/yfiles-30.0.0+dev.tgz
3838
```
3939

4040
<details>
@@ -47,7 +47,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
4747
"react": "^18.2.0",
4848
"react-dom": "^18.2.0",
4949
"reactflow": "^11.11.0",
50-
"@yfiles/yfiles": "./lib-dev/yfiles-30.0.0.tgz"
50+
"@yfiles/yfiles": "./lib/yfiles-30.0.0.tgz"
5151
}
5252
```
5353
</details>

yfiles-layout-reactflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
4242

4343
Add the yFiles dependency:
4444
```bash
45-
npm install <yFiles package path>/lib-dev/yfiles-26.0.0+dev.tgz
45+
npm install <yFiles package path>/lib/yfiles-26.0.0+dev.tgz
4646
```
4747

4848
<details>
@@ -55,7 +55,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",
5757
"reactflow": "^11.11.0",
58-
"@yfiles/yfiles": "./lib-dev/yfiles-30.0.0.tgz"
58+
"@yfiles/yfiles": "./lib/yfiles-30.0.0.tgz"
5959
}
6060
```
6161
</details>

0 commit comments

Comments
 (0)