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:
| Option | -Description | -
|---|---|
| Option | Description |
url |
the URL in the iFrame - Example: "http:http://example.com/"
+ Example: "http://example.com/"
Default value: ''
|