diff --git a/README.md b/README.md
index 3a35712ba25a7ee9474530c8a8d3901000624d44..f9968367ea512e64aa6905e55aeb3f6f52f57b97 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
 # TDDE21 DRIP 2022
 This repo contains three DRIP related projects, the Android receiver app, the backend, and the transmitter.
 
-More information can be found in the respective subfolder's README.
\ No newline at end of file
+More information can be found in the respective subfolder's README.
diff --git a/iroha-drip-general-master/README.md b/iroha-drip-general-master/README.md
index bd2a66ed904a46672835ead2449146e6faa4b85e..dbd31adcb52bcce1997ed1c58a1c9f009d719c8c 100644
--- a/iroha-drip-general-master/README.md
+++ b/iroha-drip-general-master/README.md
@@ -10,6 +10,9 @@ drippy is a python package containing modules to read host identity protocol xml
 
 `beacon.py` is used to broadcast legacy bluetooth frames for ASTM F3411-19 basic ID, location and authentication messages. It uses drippy to read host identity files, from which an identity will be used for the basic ID messages. If an iroha private key file is specified, then it will also attempt to send location updates to the blockchain. Type `python beacon.py -h` for more information on how to use the script. Note that sudo priviledges will be required to run the hci commands in the script.
 
+## wifi
+Wifi is integrated in the beacon.py. It can be activated by using the flag '--wifi'. To be able to send messages through wifi, you need to get the mac address of the sending device by using the uuid library. Install it with 'pip install uuid'.
+
 ## iroha
 
 Contains various scripts and files to help build the Iroha blockchain registry. See setup for how to use the relevant scripts.