diff --git a/js/defaults.js b/js/defaults.js
index 6761cf00..e3dc3d2b 100644
--- a/js/defaults.js
+++ b/js/defaults.js
@@ -17,9 +17,9 @@ var defaults = {
{
module: "helloworld",
position: "upper_third",
+ classes: "large thin",
config: {
- text: "Magic Mirror2",
- classes: "large thin"
+ text: "Magic Mirror2"
}
},
{
@@ -32,17 +32,17 @@ var defaults = {
{
module: "helloworld",
position: "middle_center",
+ classes: "small dimmed",
config: {
- text: "See README for more information.",
- classes: "small dimmed"
+ text: "See README for more information."
}
},
{
module: "helloworld",
position: "bottom_bar",
+ classes: "xsmall dimmed",
config: {
- text: "www.michaelteeuw.nl",
- classes: "xsmall dimmed"
+ text: "www.michaelteeuw.nl"
}
},
],
diff --git a/modules/default/helloworld/README.md b/modules/default/helloworld/README.md
index dfbddeb1..d97726db 100644
--- a/modules/default/helloworld/README.md
+++ b/modules/default/helloworld/README.md
@@ -38,14 +38,5 @@ The following properties can be configured:
Default value: 'Hello world!'
-
classes
'xsmall bold'
- 'normal medium'
-