From 5597af50f86d393f1b111e0add13497188c748dc Mon Sep 17 00:00:00 2001 From: Erik Weathers Date: Fri, 26 Jun 2015 19:14:07 -0700 Subject: [PATCH] Use proper casing for VMware in README Signed-off-by: Erik Weathers Upstream-commit: 9030f531659ddc9ca7bfffcb708cde579973e2ae Component: engine --- components/engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/README.md b/components/engine/README.md index 891240421d..beaf866000 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -30,7 +30,7 @@ security@docker.com and not by creating a github issue. A common method for distributing applications and sandboxing their execution is to use virtual machines, or VMs. Typical VM formats are -VMWare's vmdk, Oracle VirtualBox's vdi, and Amazon EC2's ami. In theory +VMware's vmdk, Oracle VirtualBox's vdi, and Amazon EC2's ami. In theory these formats should allow every developer to automatically package their application into a "machine" for easy distribution and deployment. In practice, that almost never happens, for a few reasons: