aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-28 02:17:31 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-28 02:17:31 -0700
commit42074f88544a8a833a56398ecedfc389293b63e3 (patch)
tree12d22e839494fd7540c7c551d6bd9119c8b7e8a1 /README.md
parenta4dcef71aa150d537233ce8071f881b6a7b8c7fe (diff)
clearer readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4fc7dfc..ad3c9e0 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ PersistentKeepalive = 25
```
remote_plot future improvements
-- **Rewrite linked list list.c and list.h code or use a library so there's no license issues**
+- **Rewrite linked list list.c and list.h code or use a library to resolve the license issue mentioned above**
- maybe use glib's linked list
- <https://docs.gtk.org/glib/data-structures.html>
- <https://docs.gtk.org/glib/struct.List.html>