Skip to content

Commit 582a53f

Browse files
correct entrypoint of react tutorial (#1338)
1 parent dd501e6 commit 582a53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ then deploy the app by connecting your GitHub repository and selecting the
386386
branch you want to deploy.
387387

388388
Give the project a name, and make sure that the `build step` is set to
389-
`deno run build` and the `Entrypoint` is `./server.main.ts`.
389+
`deno run build` and the `Entrypoint` is `./main.ts`.
390390

391391
Click the `Deploy Project` button and your app will be live!
392392

0 commit comments

Comments
 (0)