From 3a4a197c93b376221005fd0a689f900857405948 Mon Sep 17 00:00:00 2001 From: wxdao Date: Fri, 21 Jun 2019 01:00:18 +0800 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1700a5fe73..5e49dae211 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ The above command will use these certificates to generate the tls config to comm ## etcd -Connection to postgres can be established using the following command: +Connection to etcd3 can be established using the following command: ``` k3s server --storage-backend=etcd3 --storage-endpoint="https://127.0.0.1:2379"