From 492509802762f466d36f8ce300fa74baff96fb12 Mon Sep 17 00:00:00 2001 From: Craig Johnston Date: Fri, 10 May 2019 19:01:42 -0700 Subject: [PATCH] more documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b270758..5e231d2 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The **tm** library defines a type of generic nested meta-data [Model]. The **tm** server creates a services for the storage, retrieval and searching of [Model]s associated with a [txn2/provision](https://github.com/txn2/provision) [Account]. -A [Model]s consists of a record stored in the Elasticsearch index **ACCOUNT-models** and a corresponding Elasticsearch -template as **_template/ACCOUNT-data-MODEL** representing the index pattern **ACCOUNT-data-MODEL-\***. +A [Model] consists of a record stored in the Elasticsearch index **ACCOUNT-models** and a corresponding Elasticsearch +template (**_template/ACCOUNT-data-MODEL**) representing the index pattern **ACCOUNT-data-MODEL-\***. [Account]: https://godoc.org/github.com/txn2/provision#Account