From 8bf7a9921e832a34db94034ea9ef4b1cf153bd64 Mon Sep 17 00:00:00 2001 From: Tolbxela Bot Date: Tue, 24 Oct 2017 11:43:12 +0200 Subject: [PATCH] The table in the Templates section was corrected --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 486c02f..7e51837 100644 --- a/readme.md +++ b/readme.md @@ -131,12 +131,12 @@ This package makes use of [`text/template`](https://godoc.org/text/template). [D The following variables are available: -| Root objects | -| ------------- | ----------------- -| `.SystemName` | system name -| `.API` | `api` object from configuration -| `.Monitor` | `monitor` object from configuration -| `.now` | formatted date string +| Root objects | Description | +| ------------- | ------------------------------------| +| `.SystemName` | system name | +| `.API` | `api` object from configuration | +| `.Monitor` | `monitor` object from configuration | +| `.now` | formatted date string | | Monitor variables | | ------------------ |