From b160d10dbf9c46fec60c4fa86b03dc9d6661feb4 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Tue, 21 Feb 2017 08:05:57 +0530 Subject: Fix line space in readme Change-Id: I3680cc30356d843a48fd9bc41a104acab2ac2d76 Signed-off-by: Nigel Babu --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c1bc895..19af201 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # gluster-block -gluster-block is a CLI utility, which aims at making gluster backed block storage creation and maintenance as simple as possible. +gluster-block is a CLI utility, which aims at making gluster backed block +storage creation and maintenance as simple as possible. ## License gluster-block is licensed to you under your choice of the GNU Lesser General Public License, version 3 or any later version ([LGPLv3](https://opensource.org/licenses/lgpl-3.0.html) or later), or the GNU General Public License, version 2 ([GPLv2](https://opensource.org/licenses/GPL-2.0)), in all cases as published by the Free Software Foundation. @@ -145,7 +146,7 @@ Make sure you have multipathd running and configured ##### Delete the targets
-On initiator node 
+On initiator node
 # umount /mnt
 # iscsiadm -m node -u
 
-- 
cgit