From d4db208f4424e582c150b78fe6e346fb56c90a0b Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 23 Mar 2013 09:17:26 +0100 Subject: [PATCH] updated readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0aa7f6b5..3619b269 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,8 @@ Hosting an application on OpenShift is free. Local development ----------------- -CHeckout the code and use maven to build and start a local TomEE instance : `mvn clean package tomee:run` and access `http://localhost:8082`. -Any change to the source code will be applied immediatly. \ No newline at end of file +Checkout the code and use maven to build and start a local TomEE instance. + + `mvn clean package tomee:run` + +The application is online at `http://localhost:8082`. Any change to the source code will be applied immediatly. \ No newline at end of file