Skip to content

Commit b55c3d8

Browse files
Update README.md
remove an unnecessary equal sign in the ENV description
1 parent f8fb80d commit b55c3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ N8N_API_BASE_URL=https://your-n8n-instance.com/api/v1
5454
N8N_API_KEY=your_api_key
5555
5656
N8N_WEBHOOK_BASE_URL=https://your-n8n-instance.com/webhook
57-
N8N_WEBHOOK_USERNAME==your_webhook_username
57+
N8N_WEBHOOK_USERNAME=your_webhook_username
5858
N8N_WEBHOOK_PASSWORD=your_webhook_password
5959
```
6060

0 commit comments

Comments
 (0)