Skip to content

Commit 4f5de73

Browse files
Update README.md
1 parent b541d2c commit 4f5de73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This reference application is cross-platform at the server and client side, than
3737
The architecture proposes a microservice oriented architecture implementation with multiple autonomous microservices (each one owning its own data/db) and implementing different approaches within each microservice (simple CRUD vs. DDD/CQRS patterns) using Http as the communication protocol between the client apps and the microservices and supports asynchronous communication for data updates propagation across multiple services based on Integration Events and an Event Bus (a light message broker, to choose between RabbitMQ or Azure Service Bus, underneath) plus other features defined at the <a href='https://github.com/dotnet/eShopOnContainers/wiki/01.-Roadmap-and-Milestones-for-future-releases'>roadmap</a>.
3838
<p>
3939
<img src="img/eshop_logo.png">
40-
<img src="https://user-images.githubusercontent.com/1712635/38387692-8af1355e-38cd-11e8-8e1f-0082ac0a6556.png">
40+
<img src="https://user-images.githubusercontent.com/1712635/38390055-0af248c2-38d5-11e8-8c82-45b01ae798be.png">
4141
<p>
4242

4343
> ### Important Note on API Gateways and published APIs

0 commit comments

Comments
 (0)