From af7883da731a91069ed70908f13cb578bb7f5a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 22 Mar 2016 14:51:46 +0100 Subject: [PATCH] indentation oops --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e547970..fe20006 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ Caching is performed at different levels: In the future we might add: - * `projects/{project_uuid}.json` containing the project document from Pillar - * `nodes/{node_uuid}.json` containing the node document from Pillar - * `index.sqlite` containing a mapping from `{project_name}/{node_name}/{node_name}/...` - to the UUID of the last-named path component (project, node, or file). This allows us - to map the path of a filesystem path to its Pillar document. +* `projects/{project_uuid}.json` containing the project document from Pillar +* `nodes/{node_uuid}.json` containing the node document from Pillar +* `index.sqlite` containing a mapping from `{project_name}/{node_name}/{node_name}/...` + to the UUID of the last-named path component (project, node, or file). This allows us + to map the path of a filesystem path to its Pillar document.