Skip to content

Commit

Permalink
Connected typo in port number in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
  • Loading branch information
kkazmierczyk committed Dec 20, 2024
1 parent faef098 commit f4bc25c
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 @@ -54,7 +54,7 @@ You can type the following command to obtain the help:
#### Running web application:
1. Repeat steps 1-3 from cmd application
2. Execute the following command from cmd:
`javacore_analyser_web --port=500 --reports-dir=/data/reports_dir`
`javacore_analyser_web --port=5000 --reports-dir=/data/reports_dir`

The first parameter set the port to use by application. If not specified, 5000 will be used.
The second parameter sets where the reports need to be stored. If not set, then the `reports` dir will be created in current location.
Expand Down

0 comments on commit f4bc25c

Please sign in to comment.