diff --git a/README.md b/README.md index c4b7ee3..b674958 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ This version adds support for handling KV Namespaces via Wrangler. 1. Run `git clone https://github.com/eldridgea/lil-link` 2. Create 2 KV Namespaces in the Cloudflare Dashboard or via their API. 3. Fill out the `zone_id`, `account_id`. -4. Fill out the `route` section of `wrangler.toml` with `https://example.com/*`, replacing "example.com" with your domain. +4. Fill out the `route` section of `wrangler.toml` with `https://example.com/*`, replacing "example.com" with your domain. 5. Paste one of your newly created KV Namespace IDs into `wrangler.toml` under `SHORTLINKS` and the other under `HITS` 6. `cd` into the lil-link directory and run `wrangler publish --release` -*Note: I have been unable to get Workers run unless there is already an active DNS record in the Cloudflare dashboard. I have an A record for `@` on lillink.co pointing to a server I control, but as my route is set to `https://lillink.co/*` supposedly the server will never be contacted as Workers will intercept all requests.* \ No newline at end of file +*Note: I have been unable to get Workers run unless there is already an active DNS record in the Cloudflare dashboard. I have an A record for `@` on lillink.co pointing to a server I control, but as my route is set to `https://lillink.co/*` supposedly the server will never be contacted as Workers will intercept all requests.*