From c22ce3b9a282131be4370d8f8ba15f68b01c2f75 Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Sun, 10 Apr 2016 18:02:03 -0400 Subject: [PATCH] Markdown Refresh: Part V --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2e5bb53..cb8047dd 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The following properties can be configured: Module configuration: -| **Option | Description** | +| **Option** | **Description** | | --- | --- | | `module` | The name of the module. This can also contain the subfolder. Valid examples include `clock`, `default/calendar` and `custommodules/mymodule`. | | `position` | The location of the module in which the module will be loaded. Possible values are `top_ bar`, `top_left`, `top_center`, `top_right`, `upper_third`, `middle_center`, `lower_third`, `bottom_left`, `bottom_center`, `bottom_right`, `bottom_bar`, `fullscreen_above`, and `fullscreen_below`. This field is optional but most modules require this field to set. Check the documentation of the module for more information. Multiple modules with the same position will be ordered based on the order in the configuration file. |