From 8f4f4415741187f54c1d90f683c0d023918b6388 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 24 Sep 2023 22:28:29 +0200 Subject: [PATCH] docs: change slighly Signed-off-by: kjuulh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa24754..5267eea 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The value of crunch is that you can separate your own business domain from other ## Usage -See [examples](crates/crunch/examples/) for a more holistic listing of features +See [examples](examples/) for a more holistic listing of features ```rust #[tokio::main] @@ -34,7 +34,7 @@ This will publish `SomeEvent` as a domain event. The API is subject to change, a ## Workflow -Domain events works off of the principle that your interface is protobuf, as such your service will publish protobuf events, and subscribe to other services if needed. +Domain events works off of the principle that your interface is `protobuf`, as such your service will publish protobuf events, and subscribe to other services if needed. To handle this workflow we introduce `crunch.toml` a file to manage these relationships.