--- a/README.rst Tue Aug 22 13:39:22 2017 +0800
+++ b/README.rst Tue Aug 22 14:24:58 2017 +0800
-Here's an example similar to *candolint.yml* of this project itself:
+Here's an example similar to *candolint.yml* of this project itself (plus a
+couple more options for demonstration):
+Individual components talk to each other using a message queue, and that needs
+a Redis instance. Here's a sample configuration to use Redis on localhost, it
+can be stored in a file and supplied using ``--config`` switch.
+poller-queue.py also needs a list of targets to poll and an interval in
+seconds. They can be stored together with queue configuration in the same