Skip to content

Commit d2cf19e

Browse files
committed
docs: update readme
1 parent 72526ce commit d2cf19e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Feature flags powered by GitHub issues and NextJS. Toggle the features of your a
55
## ✨ Features
66

77
- [x] Enable or disable features by ticking a checkbox in a GitHub issue.
8-
- [x] Use multiple environments or branches to control where the feature is enabled.
8+
- [x] Define feature flags across multiple environments or branches.
99
- [x] Supports React Server Side and Client Side Components. Powered by the NextJS Cache.
1010
- [x] Can be deployed as a stand-alone service to manage feature flags for multiple NextJS apps.
1111

@@ -67,10 +67,10 @@ Now let's get an auth token from GitHub and create a Webhook.
6767

6868
1. [Create a new personal access token](https://github.com/settings/tokens?type=beta) in GitHub with **Read access to issues and metadata**.
6969
2. Create a GitHub Webhook by navigating to `https://github.com/<OWNER>/<REPO>/settings/hooks/new`
70-
- Set the \*_Payload URL_ to `https://<YOUR_DOMAIN>/api/next-flag`. Hint: Use [ngrok](https://ngrok.com/) for local development.
70+
- Set the **Payload URL** to `https://<YOUR_DOMAIN>/api/next-flag`. Hint: Use [ngrok](https://ngrok.com/) for local development.
7171
- Set the **Content type** to `application/json`
7272
- Set the **Secret** to a random string
73-
- Select the "Issues" event.
73+
- Select the **Issues** event.
7474
3. Add the GitHub token and webhook secret to the `.env` file of your NextJS app.
7575

7676
```bash

0 commit comments

Comments
 (0)