From d3b702a13ca13fcc6448a99483060c1d96fd9ba6 Mon Sep 17 00:00:00 2001
From: Benedikt Ritter <beneritter@gmail.com>
Date: Sat, 26 Mar 2016 13:02:31 +0100
Subject: [PATCH] Fix errors in sample usage section

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f4d081d..b61da3a 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ This image is heavily inspired by the awesome [openshift/sti-ruby](https://githu
 To build a simple springboot-sample-app application using standalone S2I and then run the resulting image with Docker execute:
 
 ```
-$ s2i build git://github.com/codecentric/springboot-sample-app codecentric/springboot-maven3-centos spring-sample-app
-$ docker run -p 8080:8080 spring-boot-app
+$ s2i build git://github.com/codecentric/springboot-sample-app codecentric/springboot-maven3-centos springboot-sample-app
+$ docker run -p 8080:8080 springboot-sample-app
 ```
 
 **Accessing the application:**
-- 
GitLab