From 39ef3901efa19640595cbc3ae8af52048511d573 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Mon, 14 Jan 2019 12:36:01 +0000 Subject: [PATCH] README: stop using ETCDCTL_API=3 Note: v3 has been the default since 25bc65794. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 917164859..d1cd2fc62 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ This will bring up etcd listening on port 2379 for client communication and on p Next, let's set a single key, and then retrieve it: ``` -ETCDCTL_API=3 etcdctl put mykey "this is awesome" -ETCDCTL_API=3 etcdctl get mykey +etcdctl put mykey "this is awesome" +etcdctl get mykey ``` etcd is now running and serving client requests. For more, please check out: