From 319ff5d8caabefe21fa806cddded9d38e0f01509 Mon Sep 17 00:00:00 2001 From: Sergio Tapia Gutierrez Date: Sat, 29 Jun 2013 12:22:32 -0400 Subject: [PATCH 1/3] 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 From ec4ee814bb23adb98b2857b5210207408c21cf65 Mon Sep 17 00:00:00 2001 From: Sergio Tapia Gutierrez Date: Sat, 29 Jun 2013 12:29:17 -0400 Subject: [PATCH 2/3] Add a new paragraph to make it easier to read. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed9a2396c..f7c260893 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ 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 can easily be turned into +plugins. + +The images that Packer creates can easily be turned into [Vagrant](http://www.vagrantup.com) boxes. ## Quick Start From 3d4f1c388cf583fdde54f4159b785f50cfdaef4a Mon Sep 17 00:00:00 2001 From: Sergio Tapia Gutierrez Date: Sat, 29 Jun 2013 12:31:00 -0400 Subject: [PATCH 3/3] Add new paragraph to make readme easier to read. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7c260893..dc6c86e27 100644 --- a/README.md +++ b/README.md @@ -80,5 +80,6 @@ $ bin/packer ... ``` -You can run tests by typing `make test`. This will run tests for Packer core -along with all the core builders and commands and such that come with Packer. +You can run tests by typing `make test`. + +This will run tests for Packer core along with all the core builders and commands and such that come with Packer.