From eee5df4413145a7922dc323df7a65a4e40593b89 Mon Sep 17 00:00:00 2001
From: Simone Margaritelli <evilsocket@gmail.com>
Date: Sat, 5 Oct 2019 20:16:22 +0200
Subject: [PATCH] misc: small fix or general refactoring i did not bother
 commenting

---
 docs/install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/install.md b/docs/install.md
index 203a38f..b1ee1d7 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -2,7 +2,7 @@
 
 The project has been developed to run on a Raspberry Pi 0 W configured as an [USB Ethernet gadget](https://learn.adafruit.com/turning-your-raspberry-pi-zero-into-a-usb-gadget/ethernet-gadget) device in order to connect to it via USB. However, given the proper configuration tweaks, any GNU/Linux computer with a WiFi interface that supports monitor mode could be used.
 
-*An important note about the AI:* a network trained with a specific WiFi interface will only work with another interface if it supports 
+**An important note about the AI:** a network trained with a specific WiFi interface will only work with another interface if it supports 
 the same exact WiFi channels of the first one. For instance, you can not use a neural network trained on a Raspberry Pi Zero W (that only supports 2.4Ghz channels) with a 5Ghz antenna, but you'll need to train one from scratch for those channels.
 
 ## Required Hardware