diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-07-24 11:53:44 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-07-24 16:28:32 +0200 |
commit | f44a28affea5841186250b66fd5ce72a8afbe349 (patch) | |
tree | 5beabc6541ed63b7b9e95538e7f50af67e265779 /docs/afb-daemon-vocabulary.md | |
parent | a4fd4bd73154d759c52ab7b4400da4dfa4e4dd4f (diff) |
Tiny documentation fixes
Some english improvement of the documentation.
Change-Id: I066c41d657a1921ed7dcc46dafcc7c65d122239c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'docs/afb-daemon-vocabulary.md')
-rw-r--r-- | docs/afb-daemon-vocabulary.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/afb-daemon-vocabulary.md b/docs/afb-daemon-vocabulary.md index 84725700..d28699be 100644 --- a/docs/afb-daemon-vocabulary.md +++ b/docs/afb-daemon-vocabulary.md @@ -6,12 +6,12 @@ A shared library object intended to add a functionality to an afb-daemon instance. It implements an API and may provide a service. -Binding made for services can have specific entry point called after +Binding made for services can have specific entry points called after initialization and before serving. ## Event -Message with data propagated from the services to the client and not expecting +Messages with data propagated from the services to the client and not expecting any reply. The current implementation allows to widely broadcast events to all clients. |