Skip to content

Commit

Permalink
Fixed typo in README.md: jettty -> jetty (vaadin#27)
Browse files Browse the repository at this point in the history
* Fixed typo in README.md: jettty -> jetty
  • Loading branch information
hesara authored and Denis committed Feb 1, 2017
1 parent 63aaee8 commit cbb0b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cbb0b93

Please sign in to comment.