From 350eb7444205f28e9f3828f42bf95062e144c6d9 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 15 Oct 2019 12:47:53 +0000
Subject: [PATCH] Apply suggestion to docs/installation_instructions.md

---
 docs/installation_instructions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation_instructions.md b/docs/installation_instructions.md
index 5cc5ac2db..a14730c88 100644
--- a/docs/installation_instructions.md
+++ b/docs/installation_instructions.md
@@ -197,7 +197,7 @@ To start the installation process, run:
     $ python -m openappstack my-cluster install
 
 This will take approximately 5-10 minutes. It generates secrets that will be
-added to the clusters/my-cluster/secrets directory. If you ever need any
+added to the `clusters/my-cluster/secrets` directory. If you ever need any
 credentials after this installation, you can probably find them there. **Make
 sure this directory stays safe.** Feel free to encrypt it when you are not using
 the `openappstack` CLI tool.
-- 
GitLab