formatting

This commit is contained in:
trav 2021-03-24 15:36:18 -04:00
parent 4d992ee291
commit 6965ec6c63
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ a quick hack plugin to allow people to sign up for Mailtrain newsletters at WooC
```$url = '[your mailtrain URL here]/api/subscribe/[your mailtrain list ID here]?access_token=[your mailtrain API key here]';```
for example:
should look sooomething like:
```$url = 'https://mailtrain.example.com/api/subscribe/xxxxxx?access_token=xxxxxxxxxxxxxxxxx';```