We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1992841 commit e33637cCopy full SHA for e33637c
1 file changed
README.md
@@ -70,8 +70,8 @@ to save these Events using an _Event Store_ (the append-only event log).
70
71
For more information, [check out the crate documentation](https://docs.rs/eventually).
72
73
-You can also take a look at [`eventually-app-example`](https://github.com/get-eventually/eventually-app-example),
74
-showcasing an example event-sourced microservice using HTTP transport layer.
+You can also take a look at the [`bank-accounting`](https://github.com/get-eventually/eventually-rs/tree/main/examples/bank-accounting) example,
+showcasing Event-sourced application for a generic (and simple) Bank Accounting bounded context.
75
76
All other questions are more than welcome on our [Gitter chat](https://gitter.im/eventually-rs/community).
77
0 commit comments