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.
This commit is contained in:
Follow GitHub Organisation Bot 2019-03-22 10:35:19 +05:30 коммит произвёл Patrick Devine
Родитель 8a5b0741e5
Коммит 1b518765fa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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).