Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone authored Jan 27, 2023
1 parent effdd7e commit 66c5e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
};
```

Then run `npx partykit server.ts` to start the server for local development. You can later deploy it to the cloud with `npx partykit publish server.ts --name my-party`.
Then run `npx partykit dev server.ts` to start the server for local development. You can later deploy it to the cloud with `npx partykit publish server.ts --name my-party`.

Then, in your application, you can connect to this server with a simple client:

Expand Down

0 comments on commit 66c5e5d

Please sign in to comment.