diff --git a/README.md b/README.md index a070ed4..46c03da 100644 --- a/README.md +++ b/README.md @@ -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';```