markdown update

This commit is contained in:
Justin Parsell 2022-03-01 16:40:17 -05:00
parent f6aab6dfdf
commit 2ffa86f9dd
1 changed files with 2 additions and 3 deletions

View File

@ -10,14 +10,13 @@ The following files are used
## To run ## To run
Use the following commands to run the program Use the following commands to run the program
``` ```
java -jar JavaPingReport.java java -jar JavaPingReport.jar
``` ```
Ensure that `pingRequests.csv` is in the same directory, and formatted correctly. Ensure that `pingRequests.csv` is in the same directory, and formatted correctly.
## Dependencies ## Dependencies
No external dependencies are needed. No external dependencies are needed.
---
#### Warning #### Warning
***This program is presented as-is. It does not handle a lot of user error's, and may not work as expected. ***This program is presented as-is. It does not handle a lot of user error's, and may not work as expected.
Use at your own risk.*** Use at your own risk.***