From 634bdf77e6fe373b4e7c439f61d62d3a6d4e87cd Mon Sep 17 00:00:00 2001
From: Rasmus Moorats <xx@nns.ee>
Date: Mon, 15 Feb 2021 15:49:24 +0200
Subject: [PATCH] update readme

---
 README.md | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index e80e34c..149fa74 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,25 @@
-## fw_patch
+# fw_patch
+
 Amazfit Bip Firmware Patch Tool with patches
 
-python script for patching
+## Contents
+
+Python script for patching:
 
 * fw_patcher.py
 
-patch to redirect Alipay debug messages to the standard log service
+Patch to redirect Alipay debug messages to the standard log service:
 
 * alipay_debug.patch (latin 1.1.5.36)
 
-patch for data exchange via BLE Service
+Patch for data exchange via BLE Service:
 
 * alipay_subst.patch (latin 1.1.5.36)
 * bipos_subst.patch (non-latin 1.1.2.05)
 
-these patches let you use the [alipay-bt library](https://github.com/neonsea/libbip/blob/master/alipay-bt.h)
+These patches let you use the [alipay-bt library](https://github.com/neonsea/alipay-bt). An example application can be found [here](https://github.com/neonsea/bt-template).
 
-thanks to:
-* x27 (research)
+## Thanks
+
+* x27 ([research](https://github.com/freebip/bt_echo))
 * MNVolkov (libbip)
\ No newline at end of file