From b39cff57353c3ee4ec55a4edb086c2c57db1bb53 Mon Sep 17 00:00:00 2001 From: Adam Bowen Date: Mon, 20 May 2013 11:00:21 -0400 Subject: [PATCH] Fix typo: 1.0.5 -> 1.1.0 Code says `github "java", "1.1.0"`, but documentation says "1.0.5", so I fixed it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5f8897..00c31f3 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ boxen repo (ex. /path/to/your-boxen/Puppetfile): github "java", "1.1.0" In the above snippet of a customized Puppetfile, the bottom line -includes the Java module from Github using the tag "1.0.5" from the github repository +includes the Java module from Github using the tag "1.1.0" from the github repository "boxen/puppet-java". The function "github" is defined at the top of the Puppetfile and takes the name of the module, the version, and optional repo location: