From 4d9b66d0b791b34b0ce043c66779bd5442677d52 Mon Sep 17 00:00:00 2001 From: scottjones4k Date: Sat, 4 Nov 2017 17:03:39 +0000 Subject: [PATCH] Corrected syntax for remember the milk config --- 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 d76670fb86eb..d4cc22fa10d7 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