Commit d4fe599
authored
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/p17488942807741991 parent 7c33e51 commit d4fe599
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments