From cbb0b93c803dd76ecccb73ac1f5e3aa15e7a9bbb Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 1 Feb 2017 09:47:22 +0200 Subject: [PATCH] Fixed typo in README.md: jettty -> jetty (#27) * Fixed typo in README.md: jettty -> jetty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 112de5fb..a312541f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Responsive application demo/template built using only server-side Java with [Vaa Running the App == -Run 'mvn -Pproduction-mode jetty:run' to run in a local jettty. Open in localhost:8080 +Run 'mvn -Pproduction-mode jetty:run' to run in a local jetty. Open in localhost:8080 Run the Maven 'install' target and deploy the resulting WAR file to your Java application server.