From 79ce3bef23aeafa02214c71b5c2dd74d78fd2330 Mon Sep 17 00:00:00 2001 From: Prateep Bandharangshi Date: Mon, 18 Aug 2014 14:12:38 +0100 Subject: [PATCH] Fix missing whitespace in README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 361459e6..7b89d6b6 100644 --- a/README.markdown +++ b/README.markdown @@ -54,7 +54,7 @@ The following parameters are available in the java module: * `distribution`: The Java distribution to install. Can be 'jdk','jre', or, where the platform supports alternative packages, 'sun-jdk', 'sun-jre', 'oracle-jdk', 'oracle-jre'. Defaults to 'jdk'. -*`version`: The version of Java to install, if you want to ensure a particular version. By default, the module ensures that Java is present but does not require a specific version. +* `version`: The version of Java to install, if you want to ensure a particular version. By default, the module ensures that Java is present but does not require a specific version. * `package`: The name of the Java package. This is configurable in case you want to install a non-standard Java package. If not set, the module will install the appropriate package for the `distribution` parameter and target platform. If you set `package`, the `distribution` parameter will do nothing.