Skip to content

Commit b40ef6e

Browse files
committed
samples: fix URL in README
1 parent 4471806 commit b40ef6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This sample demonstrates how to use Vite to build an OpenFL application targetin
44

55
## Instructions
66

7-
To start a local development server, run the following command. Then, open _http://localhost:3000/_ in a web browser.
7+
To start a local development server, run the following command. Then, open _http://localhost:5173/_ in a web browser.
88

99
```sh
1010
npm start

samples/genes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This sample demonstrates how to use Vite to build a modular OpenFL application t
44

55
## Instructions
66

7-
To start a local development server, run the following command. Then, open _http://localhost:3000/_ in a web browser.
7+
To start a local development server, run the following command. Then, open _http://localhost:5173/_ in a web browser.
88

99
```sh
1010
npm start

0 commit comments

Comments
 (0)