Skip to content

Commit b6797ce

Browse files
committed
Adapt tgz path in doc to 3.0
1 parent d69df59 commit b6797ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
3535

3636
Add the yFiles dependency:
3737
```
38-
npm install <yFiles package path>/lib-dev/yfiles-30.0.0+dev.tgz
38+
npm install <yFiles package path>/lib/yfiles-30.0.0+dev.tgz
3939
```
4040

4141
<details>
@@ -47,7 +47,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
4747
"dependencies": {
4848
"react": "^18.2.0",
4949
"react-dom": "^18.2.0",
50-
"@yfiles/yfiles": "./lib-dev/yfiles-30.0.0.tgz"
50+
"@yfiles/yfiles": "./lib/yfiles-30.0.0.tgz"
5151
}
5252
```
5353
</details>

docs/introduction/GettingStarted.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
3131

3232
Add the yFiles dependency:
3333
```
34-
npm install <yFiles package path>/lib-dev/yfiles-30.0.0+dev.tgz
34+
npm install <yFiles package path>/lib/yfiles-30.0.0+dev.tgz
3535
```
3636

3737
<details>
@@ -43,7 +43,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
4343
"dependencies": {
4444
"react": "^18.2.0",
4545
"react-dom": "^18.2.0",
46-
"@yfiles/yfiles": "./lib-dev/yfiles-30.0.0.tgz"
46+
"@yfiles/yfiles": "./lib/yfiles-30.0.0.tgz"
4747
}
4848
```
4949
</details>

0 commit comments

Comments
 (0)