From d00dff39063fe98e720ba8ab5893c47db754b84b Mon Sep 17 00:00:00 2001 From: iwankgb Date: Mon, 29 Mar 2021 14:54:38 +0200 Subject: [PATCH] Fixed typo in readme Signed-off-by: iwankgb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9ef76b..134b8a4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ * Test: [![Build Status](http://drone-publish.longhorn.io/api/badges/longhorn/longhorn-tests/status.svg)](http://drone-publish.longhorn.io/longhorn/longhorn-tests) ### Overview -Longhorn is a distributed block storage system for Kubernetes. Longhorn is cloud native storage because it is built using Kubernetes and container primatives. +Longhorn is a distributed block storage system for Kubernetes. Longhorn is cloud native storage because it is built using Kubernetes and container primitives. Longhorn is lightweight, reliable, and powerful. You can install Longhorn on an existing Kubernetes cluster with one `kubectl apply` command or using Helm charts. Once Longhorn is installed, it adds persistent volume support to the Kubernetes cluster.