From 81ce5cafd45b6d8be32e89a7aba134c180259286 Mon Sep 17 00:00:00 2001 From: Rohan-kammar <72139897+Rohan-kammar@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:25:12 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3336a3..6bb4125 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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` @@ -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";