From 0ed2b8fa8fbdeabf251c6d32ea3d443dd2542fa1 Mon Sep 17 00:00:00 2001 From: Roelof Kallenkoot Date: Tue, 25 Jun 2019 00:38:00 +0200 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92516f9fa0..c0f83adece 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ k3s versions <= v0.5.0 used `k3s.cattle.io` for the api group of helmcharts, thi Storage Backends ---------------- -As of version 0.6.0, k3s can support various storage backends including: SQLite (default), MySQL, Postgres, and etcd, this enahancement depends on the following arguments that can be passed to k3s server: +As of version 0.6.0, k3s can support various storage backends including: SQLite (default), MySQL, Postgres, and etcd, this enhancement depends on the following arguments that can be passed to k3s server: ``` --storage-backend value Specify storage type etcd3 or kvsql [$K3S_STORAGE_BACKEND]