From 8f9d0e26f2803b780023f36719de2df45f96e907 Mon Sep 17 00:00:00 2001 From: Justin Parsell Date: Tue, 1 Mar 2022 16:35:11 -0500 Subject: [PATCH] readme update --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05a4968..349e89c 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +>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. \ No newline at end of file