From 36c47532cfd7c1d5e53a5d7480f13a3de101da3b Mon Sep 17 00:00:00 2001 From: Tony Gaskell Date: Wed, 1 Mar 2017 17:14:01 -1000 Subject: [PATCH] Fix copy changes - Add commas to configuration object - Remove extra http protocol --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f544e90..003f5fc 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ modules: [ position: 'bottom_bar', // This can be any of the regions. config: { // See 'Configuration options' for more information. - url: "ENTER IN URL" - width: "100%" // Optional. Default: 100% + url: "ENTER IN URL", + width: "100%", // Optional. Default: 100% height: "100px" //Optional. Default: 100px } } @@ -25,14 +25,11 @@ The following properties can be configured: - - - - +
OptionDescription
OptionDescription
url the URL in the iFrame
-
Example:"http:http://example.com/" +
Example:"http://example.com/"
Default value: ''