From b4cca743cf9c370aef8e730b6b583a0c7c3b796d Mon Sep 17 00:00:00 2001 From: Sergio Tapia Gutierrez Date: Sat, 29 Jun 2013 12:22:32 -0400 Subject: [PATCH] Fix typo in README file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114c39689..ed9a2396c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer comes out of the box with support for creating AMIs (EC2), VMware images, and VirtualBox images. Support for more platforms can be added via -plugins. The images that Packer creates an easily be turned into +plugins. The images that Packer creates can easily be turned into [Vagrant](http://www.vagrantup.com) boxes. ## Quick Start