From 55cea4952bcc8bb5d2a8de9a3a303427f5f2692d Mon Sep 17 00:00:00 2001 From: Chris Wahl Date: Mon, 1 Jun 2015 22:10:15 -0500 Subject: [PATCH] Corrected VMWare to VMware Corrected spelling of VMware. Signed-off-by: Chris Wahl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aad3b68645..37eb7d1043 100644 --- a/README.md +++ b/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: