From 34f7715f833bae121651f798ea922cb80a3f29a1 Mon Sep 17 00:00:00 2001 From: Halil Kaskavalci <1646238+kaskavalci@users.noreply.github.com> Date: Mon, 30 Sep 2019 10:56:27 +0200 Subject: [PATCH] fix typo in README Signed-off-by: Halil Kaskavalci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61c71bf..a36ff9c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Longhorn is 100% open source software. Project source code is spread across a nu 1. For GKE, recommended Ubuntu as guest OS image since it contains open-iscsi already. 2. For Debian/Ubuntu, use `apt-get install open-iscsi` to install. 3. For RHEL/CentOS, use `yum install iscsi-initiator-utils` to install. -4. A host filesystem supports `file extents` feature on the nodes to store the data. Currently we supports: +4. A host filesystem supports `file extents` feature on the nodes to store the data. Currently we support: 1. ext4 2. XFS