From f3f7a693808ac1be2191c781a97173fbc4edc4f0 Mon Sep 17 00:00:00 2001
From: Johnny Molander <johnnymo@stud.ntnu.no>
Date: Mon, 14 Jun 2021 09:52:19 +0200
Subject: [PATCH] Changes made to Readme.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 28155d6..af11e69 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ The simulation used in the thesis was ```dpdkOneNode.cc```
 1. To run dpdkOneNode some parameters might need to be changed:
 
 * dpdkDriver: refer to the PCI-address of your NIC to be used in the simulation
-    * You can use this command in the terminal to get more info about the PCI addresses.
+    * You can use this command in the terminal to get more info about the NIC's and their PCI addresses.
     ```sh
     dpdk-devbind.py -s
     ```
-- 
GitLab