From 31e63b576b193c618420dfba6339862284523fca Mon Sep 17 00:00:00 2001 From: Johan Eliasson Date: Fri, 21 Apr 2017 23:02:33 +0200 Subject: [PATCH] Indent and double-quoute --- modules/default/compliments/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/default/compliments/README.md b/modules/default/compliments/README.md index 171c86c0..ca75b475 100644 --- a/modules/default/compliments/README.md +++ b/modules/default/compliments/README.md @@ -88,7 +88,7 @@ config: { ], afternoon: [ "Hello, beauty!", - 'You look sexy!', + "You look sexy!", "Looking good today!" ], evening: [ @@ -110,9 +110,9 @@ around them ("morning", "afternoon", "evening", "snow", "rain", etc.). #### Example compliments.json file: ````json { - "anytime" : [ - "Hey there sexy!" - ], + "anytime" : [ + "Hey there sexy!" + ], "morning" : [ "Good morning, sunshine!", "Who needs coffee when you have your smile?",