Skip to content

Commit d4fe599

Browse files
Fix wrong port in TypeScript README.md
## Details `npm run dev` will use the default port, 3000, but `npm start` is configured to use 8080 in the example, and it's the script we share in the README.md, so it needs amending. See https://pspdfkit.slack.com/archives/C0GJ3587N/p1748894280774199
1 parent 7c33e51 commit d4fe599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We are ready to launch the app! 🎉
2929
npm start
3030
```
3131

32-
You can now open http://localhost:3000 in your browser and enjoy!
32+
You can now open http://localhost:8080 in your browser and enjoy!
3333

3434
## Support, Issues and License Questions
3535

0 commit comments

Comments
 (0)