From 8be4e77c6e010df0da15185aefa8e6bd02ec822f Mon Sep 17 00:00:00 2001 From: scottjones4k Date: Sun, 5 Nov 2017 11:01:47 +0000 Subject: [PATCH] Corrected syntax for remember the milk config (#3892) --- source/_components/remember_the_milk.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/remember_the_milk.markdown b/source/_components/remember_the_milk.markdown index d76670fb86e..d4cc22fa10d 100644 --- a/source/_components/remember_the_milk.markdown +++ b/source/_components/remember_the_milk.markdown @@ -26,7 +26,7 @@ To be able to use this component, you need a Remember The Milk account and you n # Example configuration.yaml entry remember_the_milk: - your_rtm_account: + - name: your_rtm_account api_key: shared_secret: @@ -35,7 +35,7 @@ remember_the_milk: Configuration variables: {% configuration %} - account_name: + name: description: Name of the RTM account, as you can have serveral accounts in RTM. The name must be unique. required: true type: string