Update 'How it works'

Justin Parsell 2022-03-01 16:54:20 -05:00
parent 131bfd623f
commit 445edb1365
1 changed files with 1 additions and 1 deletions

@ -1,6 +1,6 @@
## Logic
The program attempts to ping the requested device 5 times, and if it responds, report it up. Otherwise, report it down.
It saves this information to the console as well as an outputed file, `pingResults.csv`.
It saves this information to the console as well as an outputed file, [`pingResults.csv`](https://git.parsell.me/Justi/JavaPingReport/wiki/pingResults-File-Format).
## Program flow
The program does the following