Skip to content

Commit 1c64bc1

Browse files
committed
Update readme for view transitions example
1 parent 1604c74 commit 1c64bc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/view-transitions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This example demonstrates a simple usage of a Data Router with `document.startVi
1111

1212
Open this example on [StackBlitz](https://stackblitz.com):
1313

14-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/brophdawg11/start-view-transition/examples/view-transitions?file=src/App.tsx)
14+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/main/examples/view-transitions?file=src/App.tsx)

examples/view-transitions/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/view-transitions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "18.2.0",
1111
"react-dom": "18.2.0",
12-
"react-router-dom": "^6.17.0-pre.2"
12+
"react-router-dom": "6.17.0-pre.2"
1313
},
1414
"devDependencies": {
1515
"@rollup/plugin-replace": "5.0.2",

0 commit comments

Comments
 (0)