Skip to content

Commit 9bab777

Browse files
committed
update plugin readme
1 parent d7635bc commit 9bab777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ After installing and activating the plugin:
1717

1818
1. Go to Settings > Next.js Revalidation in your WordPress admin
1919
2. Enter your Next.js site URL (without trailing slash)
20-
3. Create a secure webhook secret (a random string)
20+
3. Create a secure webhook secret (a random string), you can use `openssl rand -base64 32` to generate one
2121
4. Save your settings
2222

2323
### 2. Next.js Environment Variables
@@ -50,4 +50,4 @@ If revalidation isn't working:
5050
1. Check that your Next.js URL is correct in the plugin settings
5151
2. Verify the webhook secret matches in both WordPress and Next.js
5252
3. Check your server logs for any errors in the API route
53-
4. Enable notifications in the plugin settings to see revalidation status
53+
4. Enable notifications in the plugin settings to see revalidation status

0 commit comments

Comments
 (0)