Skip to content

Commit

Permalink
fix: display 3 types of models image (#7885)
Browse files Browse the repository at this point in the history
The link to the image was incorrectly formatted, leading to the image
being displayed as a link. This fixes it so that the image is displayed
inline.
  • Loading branch information
thomasheartman authored Aug 15, 2024
1 parent 3baeb4c commit 64a9caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services and overloaded stores - responsible for writing data, reading complex U

To address these challenges categorize your problem as one of 3 models:

[3 types of models](/img/write-model-vs-read-models.png)
![3 types of models](/img/write-model-vs-read-models.png)

We have 3 types of models serving 3 different purposes:
* I need to take action that modifies a state of the system (Write Model)
Expand Down

0 comments on commit 64a9caa

Please sign in to comment.