diff --git a/config/config.js.sample b/config/config.js.sample index ef3e9aef..084bf017 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -33,7 +33,7 @@ var config = { }, { module: 'compliments', - position: 'lower_third', + position: 'lower_third' }, { module: 'currentweather', @@ -57,7 +57,7 @@ var config = { position: 'bottom_bar', config: { feedUrl: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml', - showPublishDate: true, + showPublishDate: true } }, ] diff --git a/modules/default/helloworld/README.md b/modules/default/helloworld/README.md index d97726db..72e7d023 100644 --- a/modules/default/helloworld/README.md +++ b/modules/default/helloworld/README.md @@ -10,7 +10,7 @@ modules: [ position: 'bottom_bar', // This can be any of the regions. config: { // See 'Configuration options' for more information. - text: 'Hello world!', + text: 'Hello world!' } } ]