@semiont/event-sourcing 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ appendEvent(event, options?)
|
|
|
18
18
|
|
|
19
19
|
options.correlationId threads a command correlation id into event metadata,
|
|
20
20
|
enabling clients to match command-result events back to the POST that
|
|
21
|
-
initiated them. See docs/
|
|
21
|
+
initiated them. See docs/protocol/EVENT-BUS.md.
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
The **EventStore** is the single write path. It coordinates three concerns:
|