adding oftest repo link
diff --git a/README.md b/README.md
index bf5e05a..a4b11bf 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
Firstly make sure the prerequisites for OFTest are installed - Python and Scapy.
-Clone both the OFTest repository and this repository side-by-side.
+Clone both the OFTest repository and this repository side-by-side. You can find oftest at https://github.com/floodlight/oftest.
You'll need to connect the OLT port and one of the ONU ports connected to interfaces on the server - for example, ONU port 1 to eth1 on the server, and OLT port 129 to eth2 on the server.
@@ -42,4 +42,4 @@
sudo ./oftest/oft --test-dir=olt-oftest/ -i 1@h1-eth0 -i 129@h129-eth0 --port 6633 -V 1.3
----
\ No newline at end of file
+---