diff --git a/README.md b/README.md index 0a8008b..7a45f50 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ pxTwitter does not need a database nor a Twitter API key: It takes a similar app ## Deploy pxTwitter yourself -Clone the repo, install [Node.js](https://nodejs.org/) and run `npm install` in the pxTwitter directory. Copy `wrangler.example.toml` to `wrangler.toml` and add your [Cloudflare account ID](https://developers.cloudflare.com/fundamentals/get-started/basic-tasks/find-account-and-zone-ids/), and change the name of your worker if you need to. Authenticate with Cloudflare with `npx wrangler login`, then do `npx wrangler publish` (or `npm run publish`). +Clone the repo, install [Node.js](https://nodejs.org/) and run `npm install` in the repo directory. Copy `wrangler.example.toml` to `wrangler.toml` and add your [Cloudflare account ID](https://developers.cloudflare.com/fundamentals/get-started/basic-tasks/find-account-and-zone-ids/), and change the name of your worker if you need to. Authenticate with Cloudflare with `npx wrangler login`, then do `npx wrangler publish` (or `npm run publish`). [Check Cloudflare's guide for additional info](https://developers.cloudflare.com/workers/get-started/guide/).