diff --git a/docs/guide/event-handlers.rst b/docs/guide/event-handlers.rst index 121b31b..a6531d8 100644 --- a/docs/guide/event-handlers.rst +++ b/docs/guide/event-handlers.rst @@ -8,12 +8,15 @@ Events An 'event' is generated when an 'actor' performs 'verb', involving 'action', in the 'target'. - It could be: +It could be + +.. code-block:: + -If is inspired in the `Atom Activity Streams`_. +If is inspired in the `Atom Activity Streams `_. Event Handler Configuration ---------------------------