diff --git a/docker-hub/repos/create.md b/docker-hub/repos/create.md index bf71f5dfd0..c5c1da78d6 100644 --- a/docker-hub/repos/create.md +++ b/docker-hub/repos/create.md @@ -40,7 +40,7 @@ When creating a new repository:

A good image description is essential to help potential users understand why and how to use the image. The bellow covers the best practices to follow when adding a description to your image.

Describe the image

-

Include a description of what the image is, the features it offers, and why people might want to use it in their project or image.

+

Include a description of what the image is, the features it offers, and why people might want or need to use it in their project or image.

Optional information to include are examples of usage, history, the team behind the project, etc.

How to start and use the image

Provide instructions for a minimal “getting started” example with running a container using the image. Also provide a minimal example of how to use the image in a Dockerfile.