diff --git a/SiliconTorch/README.md b/SiliconTorch/README.md
index 1addc77f74a5ca427c2a9ccfc385f113e2f80702..06f112e4c045e480d04178d7d9a3e927780b6221 100644
--- a/SiliconTorch/README.md
+++ b/SiliconTorch/README.md
@@ -1,7 +1,11 @@
 SiliconTorch
 ============
 
-`SiliconTorch` is the `python` reference implementation for the `fxCyanF`-protocol
+`SiliconTorch` is:
+
+- `CyanBus` library for `ESP32` (client) and `Python` (server)
+- `fxCyan` animation protocol library for `ESP32` (client) and `Python` (client/server)
+- its own adapter to the [Weaponsmith](https://git.c3pb.de/jonsen/weaponsmith) eco system
 
 It will be moved to a separate repo when it matures
 
@@ -20,4 +24,4 @@ It consists of a `RS485` and a `MQTT` layer, the first for real-time animation d
 
 `RS485` packets look like below, `CRC` is calculated over payload only.
 
-![](doc/fxCyan.svg)
+![fxCyan envelope bytefields](doc/fxCyan.svg)