Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix Path to image
  • Loading branch information
julienanquetil authored Sep 10, 2024
1 parent 3867d59 commit 1813c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Whenever Magento writes to the databse, it triggers a `model_save_commit_after`
event. This module attaches an event listener to that event and publishes
messages to a rabbitmq queue if that event is configured/whitelisted.

![Webhooks flow](docs/Webhooks.png "Webhooks flow")
![Webhooks flow](Webhooks.png "Webhooks flow")

A consumer then reads from the queue and loads the subscribers to that event
and dispatches a 'notification'.
Expand Down Expand Up @@ -273,4 +273,4 @@ But then we are leaking an implementation detail. Perhaps `metadata` could be an

Or we could update metadata using a `PUT` endpoint when we decide that a specific webhook needs a specific notifier.

Or we could build some functionality in the admin UI and allow to edit and choose from a dropdown for available notifiers.
Or we could build some functionality in the admin UI and allow to edit and choose from a dropdown for available notifiers.

0 comments on commit 1813c51

Please sign in to comment.