From d714dd2cebc21f569aec49cca9165000e946a6eb Mon Sep 17 00:00:00 2001 From: arnaudroques Date: Thu, 27 Apr 2017 09:16:21 +0200 Subject: [PATCH] Update README.md Typo fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6110cd..50ea22d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PlantUML Server is a web application to generate UML diagrams on-the-fly. ![](https://raw.githubusercontent.com/ftomassetti/plantuml-server/readme/screenshots/screenshot.png) -To know more about PlantUML, please visit http://plantuml.sourceforge.net/. +To know more about PlantUML, please visit http://plantuml.com/. Requirements ============ @@ -29,7 +29,7 @@ In this way the server is run on an embedded jetty server. You can specify the port at which it runs: ``` -mvn jetty:run -Djetty.port=9999" +mvn jetty:run -Djetty.port=9999 ``` How to run the server with Docker