Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Cloudflare Edge Proxy
### Cloudflare Edge Proxy (Introduction)

A Cloudflare worker script used to enable a/b testing, canary releasing, gatekeeping, and SEO a/b/n testing.

Expand All @@ -9,7 +9,7 @@ A Cloudflare worker script used to enable a/b testing, canary releasing, gatekee
- Dynamic Gatekeeping
- SEO A/B testing

### Usage
### Uses

`npm install --save cloudflare-edge-proxy`

Expand Down Expand Up @@ -77,7 +77,7 @@ addEventListener("fetch", event => {

#### Gatekeeping

To enable gatekeeping, you must pass a `JWT_SECRET_KEY` with the config.
To enable gatekeeping, you must pass a `JWT_SECRET_KEY` with the configuration.

```js
import cloudflareEdgeProxy from "cloudflare-edge-proxy";
Expand Down