diff --git a/java/java-jersey2/README.md b/java/java-jersey2/README.md index 6cb7ee4e..7284a28a 100755 --- a/java/java-jersey2/README.md +++ b/java/java-jersey2/README.md @@ -14,7 +14,7 @@ mvn package -Dlog4j.configuration=file:./conf/log4j.properties jetty:run This will start Jetty embedded on port 8002. ### Testing the server -Once started, you can navigate to http://localhost:8002/api/swagger.json.json to view the Swagger Resource Listing. +Once started, you can navigate to http://localhost:8002/api/swagger.json to view the Swagger Resource Listing. This tells you that the server is up and ready to demonstrate Swagger. ### Using the UI