From 5d284175cc54fdff617f180e2b69f7150d84ae76 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 20 Jul 2016 14:01:35 +0100 Subject: [PATCH] Update README --- README.adoc | 5 +++-- docs/src/main/asciidoc/install.adoc | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 149e0ce..3977586 100644 --- a/README.adoc +++ b/README.adoc @@ -30,12 +30,13 @@ $ sdk install springboot 1.3.5.RELEASE $ sdk use springboot 1.3.5.RELEASE ``` -and install the Spring Cloud plugins (they are independeny so you can install one or the other or both): +and install the Spring Cloud plugins (they are independent, so you can install one or the other or both): ``` $ mvn install $ spring install org.springframework.cloud:spring-cloud-cli:1.2.0.BUILD-SNAPSHOT -$ spring install org.springframework.cloud:spring-cloud-launcher-cli:1.2.0.BUILD-SNAPSHOT +$ spring install org.springframework.cloud.launcher +:spring-cloud-launcher-cli:1.2.0.BUILD-SNAPSHOT ``` IMPORTANT: **Prerequisites:** to use the encryption and decryption features diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index 8ed42e9..11405fd 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -18,7 +18,8 @@ and install the Spring Cloud plugins (they are independent, so you can install o ``` $ mvn install $ spring install org.springframework.cloud:spring-cloud-cli:1.2.0.BUILD-SNAPSHOT -$ spring install org.springframework.cloud.launcher:spring-cloud-launcher-cli:1.2.0.BUILD-SNAPSHOT +$ spring install org.springframework.cloud.launcher +:spring-cloud-launcher-cli:1.2.0.BUILD-SNAPSHOT ``` IMPORTANT: **Prerequisites:** to use the encryption and decryption features