Skip to content

Commit a3a247e

Browse files
committed
docs: fix the readme test commands
1 parent 40df0eb commit a3a247e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ SMTP_CONNECTION_URL=smtp://localhost:2025 node --run dev -- sendMail --recipient
3939
# This should work with the appropriate token
4040
SMTP_CONNECTION_URL=smtp://localhost:2025 node --run dev -- sendMail --recipient text+$APPROPRIATE_TOKEN@enigma.com --sender test@xmp.com --subject test --message test
4141

42-
SMTP_CONNECTION_URL=smtp://localhost:2025 node --run dev -- sendMail --recipient text@enigma.com --sender test@xmp.com --headers
43-
'{"X-SafeSend-Token": "$APPROPRIATE_TOKEN"}' --subject test --message test
42+
SMTP_CONNECTION_URL=smtp://localhost:2025 node --run dev -- sendMail --recipient text@enigma.com --sender test@xmp.com --headers '{"X-SafeSend-Token": "$APPROPRIATE_TOKEN"}' --subject test --message test
4443
```
4544

4645
You can debug the token store anytime by running:

0 commit comments

Comments
 (0)