From bb33a7c7da2b5376e1713d31683bbbe5bdea31db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Fern=C3=A1ndez?= Date: Sun, 26 Sep 2021 18:01:43 +0200 Subject: [PATCH] Fix typo in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit https://github.com/docker/docker-install/commit/51a9fbfd1dae4097d9666a72b566dba68d1d4bc7 changed the default channel from 'test' to 'stable' Signed-off-by: Daniel Fernández --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f1cc3f8..8c90aa90 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ curl -fsSL https://test.docker.com -o test-docker.sh sh test-docker.sh ``` -From the source repo (This will install latest from the `test` channel): +From the source repo (This will install latest from the `stable` channel): ```shell sh install.sh ```