diff --git a/README.md b/README.md index 7b440dde..35950397 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ When you ask Nut to fix a bug, it creates a Replay.io recording of your app and ``` pnpm install pnpm build -./node_modules/.bin/wrangler pages dev +pnpm dev ``` diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 2a13c6b7..43acd180 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -16,7 +16,7 @@ const Nothing = () => null; export default function Index() { return ( -