Documentation: improvements
[src/app-framework-binder.git] / doc / afb-events-guide.md
index 488c52a..f24bef3 100644 (file)
@@ -1,5 +1,5 @@
-Guid for developing with events
--------------------------------
+Guide for developing with events
+================================
 
 Signaling agents are services that send events to any clients that
 subscribed for receiving it. The sent events carry any data.
 
 Signaling agents are services that send events to any clients that
 subscribed for receiving it. The sent events carry any data.
@@ -8,6 +8,9 @@ To have a good understanding of how to write a signaling agent, the
 actions of subscribing, unsubscribing, producing, sending, receiving
 events must be described and explained.
 
 actions of subscribing, unsubscribing, producing, sending, receiving
 events must be described and explained.
 
+Overview of events
+------------------
+
 The basis of a signaling agent is shown on the following figure:
 
 ![scenario of using events](signaling-basis.svg)
 The basis of a signaling agent is shown on the following figure:
 
 ![scenario of using events](signaling-basis.svg)