From 4d6a0a7539b389425073c844091c1fcd9ef731b8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 27 Dec 2020 22:27:21 +0100 Subject: [PATCH] update documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e604aec..be42fa8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ $ command | php bin/console mail:import "$MAILING_ID" The feed can be published therefore accessible via the home page: ``` -$ php bin/console mailing:publish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # OR +$ php bin/console mailing:publish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # php bin/console mailing:new "Foo bar" --public # php bin/console mailing:new "Foo bar" -p @@ -109,7 +109,7 @@ $ php bin/console mailing:publish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # OR …and it can be private: ``` -$ php bin/console mailing:unpublish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # OR +$ php bin/console mailing:unpublish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ``` If you want to create another feed then: