From 08fec686fdee75037fabb0a9bed38b9b46c2ad8c Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Mon, 4 May 2020 10:11:42 -0700 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 029cadcd82..e3d0af7940 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Great for: * CI * Development * ARM -* Embeddeding k8s +* Embedding k8s * Situations where a PhD in k8s clusterology is infeasible What is this? @@ -18,7 +18,7 @@ What is this? k3s is a fully compliant Kubernetes distribution with the following changes: -1. Packaged as a single binary +1. Packaged as a single binary. 1. Lightweight storage backend based on sqlite3 as the default storage mechanism. etcd3, MySQL, Postgres also still available. 1. Wrapped in simple launcher that handles a lot of the complexity of TLS and options. 1. Secure by default with reasonable defaults for lightweight environments.