From d1833686ecd83496968e14215878e2aedba4f735 Mon Sep 17 00:00:00 2001
From: Hamid <hamid.sadeghian@dw.com>
Date: Wed, 28 Jun 2023 10:57:51 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 89aa706..6ebb2c8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # netscan
 
-Scans the specified network to find and list alive nodes.
+**Scans the specified network to find and list alive nodes.**
 
     Syntax:  /usr/bin/python netscan.py [-n Network -p Port -f FilePath ] ...
     
@@ -11,7 +11,7 @@ Scans the specified network to find and list alive nodes.
     -h --help           Help.
     -v --version        Shows version.        
     -n --network        Network(S) to scan.
-    -f --file-path      File path containing file name to save the output.
+    -f --file-path      File path containing file name to save the output in.
                         You can write the output in .csv, .txt or .json file formats.
 
     © 2023 Hamid Sadeghian
-- 
GitLab