From dbd292b9385126264e943e8d4ca4333433eeb859 Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Tue, 25 Aug 2020 11:22:55 +0200
Subject: [PATCH] Update README

---
 README.md |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 32a4d36..d7ac6f3 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
 --------------
 
 You need to create a data structure called "oizone". The mandatory minimum is shown here:
-``
+```
 oizone:
   name: samplezone                             # name of the zone
   zoneroot: /export/zones/                     # basedir for zoneroot
@@ -64,11 +64,11 @@
         hashedpassword: "$5$..."               # hashed password
         authorized_key: "ssh-rsa ..."          # ssh public key to be added to authorized_keys
 
-``
+```
 
 A set of all possible attributes is here:
 
-``
+```
 oizone:
   name: oizone
   updateinventory: true
@@ -142,7 +142,7 @@
         gecos: "Local Admin Account"
         home: /export/home/localadm
         hashedpassword: "$5$barfoo...."
-``
+```
 
 Dependencies
 ------------

--
Gitblit v1.9.3