readme update

This commit is contained in:
Justin Parsell 2022-03-01 16:35:11 -05:00
parent 760bbf88fd
commit 8f9d0e26f2
1 changed files with 3 additions and 4 deletions

View File

@ -12,11 +12,10 @@ Use the following commands to run the program
```
java -jar JavaPingReport.java
```
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
No external dependencies are needed.
# WARNING
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.
>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.