From 07878aa631f90d52e15ee37910f058b2c7b61d26 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Thu, 15 Feb 2018 21:37:38 +0200 Subject: [PATCH] Fix typos Signed-off-by: Avi Deitcher --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58267d08e..2d5aeff55 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,13 @@ The Moby Project is an open framework to assemble specialized container systems Moby is an open framework created by Docker to assemble specialized container systems without reinventing the wheel. It provides a “lego set” of dozens of standard components and a framework for assembling them into custom platforms. At the core of Moby is a framework to assemble specialized container systems which provides: +* Components +* Tools +* Assemblies + For more information, please visit the [Moby Project home page](https://mobyproject.org). ## Documentation * [Format of moby input yml](./docs/yaml.md) -* [Using private images}(./docs/privateimages.md) +* [Using private images](./docs/privateimages.md)