From 190c5c04567ecaf8b5d9e65a041f859eb667e704 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 29 Apr 2024 16:41:57 +1200 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 042c258..a138744 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A simple web based [LXMF](https://github.com/markqvist/lxmf) client for [Reticul ## How does it work? -- A python script (`web.py`) runs a Reticulum instance and a WebSocket server. +- A python script ([web.py](./web.py)) runs a Reticulum instance and a WebSocket server. - The web page sends and receives lxmf packets encoded in json via the WebSocket. - Web Browser -> WebSocket -> Python Reticulum -> (configured interfaces) -> (destination)