From 56ce0e58f3bbbd3eb5d90e8fe0a5a2098c226bbc Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Fri, 15 Jul 2022 14:10:32 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 538d834..a324fe0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ wget run https://raw.githubusercontent.com/guillaumearm/cc-libs/master/install.l - `apis/net`: api to simplify sending and receiving routed messages ## Servers -- `router`: route messages (you need to setup a router to use `apis/net`) +- `router`: route messages (you need to setup a router to be able to use `apis/net`) - `ping-server`: is automatically started on boot (use `apis/net`) ## Programs