From 78de1c988dba30e6b23942e3857181efdeb16668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E5=B4=8E=E6=B5=81=E4=B9=9F?= Date: Mon, 30 Sep 2024 11:24:02 +0800 Subject: [PATCH] fix README.md example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca30ff18..7669e6ad 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ In this way the server is run on an embedded jetty server. You can specify the port at which it runs: ```sh -mvn jetty:run -Djetty.http.port=9999 +mvn jetty:run -D jetty.http.port=9999 ```