Update README.md
This commit is contained in:
parent
44aac0fe67
commit
85afbe87e8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ It was made for my personal use but is available publicly in the hopes that it m
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To deploy to your Cloudflare Workers account, edit the relevant entries in `wrangler.toml`, add a secret with `wrangler put WORKERLINKS_SECRET` and use `wrangler publish`.
|
To deploy to your Cloudflare Workers account, edit the relevant entries in `wrangler.toml`, add a secret with `wrangler secret put WORKERLINKS_SECRET` and use `wrangler publish`.
|
||||||
For debugging, you can use `wrangler preview`, though note you will need to login and configure a preview KV namespace in `wrangler.toml`.
|
For debugging, you can use `wrangler preview`, though note you will need to login and configure a preview KV namespace in `wrangler.toml`.
|
||||||
|
|
||||||
Once deployed, interacting with the API should be rather simple. It's based on headers, specifically with the `Authorization` and `URL` headers.
|
Once deployed, interacting with the API should be rather simple. It's based on headers, specifically with the `Authorization` and `URL` headers.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue