From 35f9b1a4b41e41499c02ab1d8577aac66bc31ede Mon Sep 17 00:00:00 2001 From: Anthony Collini Date: Tue, 26 Apr 2016 17:19:05 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8278a9e..1707c8f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the Git repo of the Docker [official image](https://docs.docker.com/docker-hub/official_repos/) for [hello-world](https://registry.hub.docker.com/_/hello-world/). See [the Docker Hub page](https://registry.hub.docker.com/_/hello-world/) for the full readme on how to use this Docker image and for information regarding contributing and issues. -The full readme is generated over in [docker-library/docs](https://github.com/docker-library/docs), specificially in [docker-library/docs/hello-world](https://github.com/docker-library/docs/tree/master/hello-world). +The full readme is generated over in [docker-library/docs](https://github.com/docker-library/docs), specifically in [docker-library/docs/hello-world](https://github.com/docker-library/docs/tree/master/hello-world). See a change merged here that doesn't show up on the Docker Hub yet? Check [the "library/hello-world" manifest file in the docker-library/official-images repo](https://github.com/docker-library/official-images/blob/master/library/hello-world), especially [PRs with the "library/hello-world" label on that repo](https://github.com/docker-library/official-images/labels/library%2Fhello-world). For more information about the official images process, see the [docker-library/official-images readme](https://github.com/docker-library/official-images/blob/master/README.md).