README.md in phobos_db_checkpoint-0.4.0 vs README.md in phobos_db_checkpoint-0.5.0

- old
+ new

@@ -168,9 +168,10 @@ Some operations are instrumented using [Phobos::Instrumentation](https://github.com/klarna/phobos#usage-instrumentation) #### Handler notifications Overview of the built in notifications: + * `db_checkpoint.around_consume` is sent when the event has run all logic in `around_consume`, this encompasses many of the below instrumentations at a higher level * `db_checkpoint.event_already_exists_check` is sent when the event has been queried for existence in the database * `db_checkpoint.event_action` is sent when the event action has completed * `db_checkpoint.event_acknowledged` is sent when the event is acknowledged (saved) * `db_checkpoint.event_skipped` is sent when the event is skipped (not saved) * `db_checkpoint.event_already_consumed` is sent when the handler receives an existing message (not saved)