From 268754d33c6e762989d741c22fdbc893a7b221dd Mon Sep 17 00:00:00 2001
From: Totoo <ttotoo@gmail.com>
Date: Thu, 17 Aug 2023 14:39:18 +0200
Subject: [PATCH] Update README.md

---
 README.md | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 8504781..59db909 100644
--- a/README.md
+++ b/README.md
@@ -2,23 +2,29 @@
 
 ## Author: [htotoo](https://github.com/htotoo/NRF24ChannelScanner)
 
-##What is it?
+## What is it?
 This app will scan all the NRF24's frequencies, and shows where it found any traffic. The more traffic, the higher the bars.
 After the scanning finished, you can hit left or right keys, to find what frequency is in use.
 
-# How to use
+## How to use
 - Connect NRF24 to flipper using provided pinouts
 - Open NRF24 Channel scanner, and hit OK
 - Done
 
-##Screenshot
+## Screenshot
+
 <img src="https://raw.githubusercontent.com/htotoo/NRF24ChannelScanner/main/screen1.png">
 
-##Buttons
+## Buttons
+
 OK short: start / stop the scan.
+
 BACK long: exit the app.
+
 LEFT / RIGHT: when not scanning select the channel to see it's frequency. Short press steps 1, long 10.
 
+UP / DOWN: change the time spent in a channel. Suggested: 1ms, but you can play around.
+
 ## Warning
 These apps are for **educational purposes** only. Please use this code responsibly and only use these apps on your own equipment.
 
@@ -50,4 +56,4 @@ The 3.3 uF to 10 uF will respond to slow freq changes while the 0.1 uF will resp
 ##Disclaimer
 Used images and some text from this repo: https://raw.githubusercontent.com/RogueMaster/flipperzero-firmware-wPlugins/420/documentation/NRF24.md
 Used some code from this repo: https://github.com/Flipper-XFW/Xtreme-Firmware
-Thanks for them for their work!
\ No newline at end of file
+Thanks for them for their work!