Skip to content

Commit 56d847b

Browse files
committed
fix projections' diagram
1 parent 49a0b81 commit 56d847b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/event-sourcing-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,13 @@ See [Marten Guide - Aggregates](marten-guide.md#aggregates) for implementation p
173173
```mermaid
174174
graph LR
175175
subgraph Events [Events Write Model]
176-
BA[BookAdded<br/>- Title: "Clean Code"<br/>- AuthorIds: [author-1]<br/>- PublisherId: pub-1]
176+
BA["BookAdded<br/>- Title: 'Clean Code'<br/>- AuthorIds: [author-1]<br/>- PublisherId: pub-1"]
177177
AU[AuthorUpdated]
178178
PU[PublisherUpdated]
179179
end
180180
181181
subgraph Projection [Projection Read Model]
182-
BSP[BookSearchProjection<br/>- Title: "Clean Code"<br/>- AuthorNames: "Robert Martin"<br/>- PublisherName: "Prentice Hall"]
182+
BSP["BookSearchProjection<br/>- Title: 'Clean Code'<br/>- AuthorNames: 'Robert Martin'<br/>- PublisherName: 'Prentice Hall'"]
183183
end
184184
185185
BA --> BSP

0 commit comments

Comments
 (0)