From d166313cabb77898d12423f2b74cededb9e5ffcb Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Wed, 18 Aug 2021 22:09:49 +0300 Subject: [PATCH] add a note about El Monitorro --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bff02b..2e3cd04 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,10 @@ WorkerPool::new(10).start(); ``` -Checkout out a [simple example](https://github.com/ayrat555/fang/tree/master/fang_examples/simple_worker). +Check out: + +- [simple example](https://github.com/ayrat555/fang/tree/master/fang_examples/simple_worker) - simple worker example +- [El Monitorro](https://github.com/ayrat555/el_monitorro) - telegram feed reader. It uses Fang to synchronize feeds and deliver updates to users. ### Configuration