From c3fac485d6e963ff22e6b1f3b86d4ba9e6306258 Mon Sep 17 00:00:00 2001 From: Alexander Miertsch Date: Sun, 24 May 2015 00:25:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1858eae..a28378d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ prooph/service-bus decouples your model from any framework except prooph/service web framework like Zend, Symfony, Laravel and co. to handle http requests and pass them via prooph/service-bus to your model but you can also receive the same messages via CLI or from a messaging infrastructure like RabbitMQ or Beanstalkd. -![psb_architecture](https://github.com/prooph/service-bus/blob/master/docs/img/psb_architecture.png) +![psb_architecture](docs/img/psb_architecture.png) Installation