From 2e7a14288de2de5f7dd3c758ad214984bc48ce89 Mon Sep 17 00:00:00 2001 From: Follow GitHub Organisation Bot <47716818+followgithuborg@users.noreply.github.com> Date: Fri, 22 Mar 2019 10:35:19 +0530 Subject: [PATCH] fix: typo in surprise command README document had a typo in the surprise command where it was mentioned as `suprise` instead of `surprise`. Which was resulting in *repository does not exist* error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5761a89..250596a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Happy Birthday, Docker! March 2019 marks Docker's sixth year, and we thought we'd celebrate it docker-style with a birthday surprise! To try it out, run: -`docker run -it --rm suprise` +`docker run -it --rm surprise` Complete source can be found [here](https://github.com/docker/birthday).