From 408e26482f09c3718fb2b2fb550c6fbc2cf33b7c Mon Sep 17 00:00:00 2001 From: VasylTretiakov Date: Tue, 10 Dec 2013 16:20:58 +0200 Subject: [PATCH] Fixed two typos in README.md Fixes gh-157 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 806767c57b..a2460aacc8 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ Groovy samples for use with the command line application are available in `spring run .groovy` from samples directory. Java samples are available in [spring-boot-samples](spring-boot-samples) and should -be build with maven and run use `java -jar target/.jar`. The following java +be built with maven and run by invoking `java -jar target/.jar`. The following java samples are provided: * [spring-boot-sample-simple](spring-boot-samples/spring-boot-sample-simple) -