1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

fix: display 3 types of models image (#7885)

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.
This commit is contained in:
Thomas Heartman 2024-08-15 11:12:04 +02:00 committed by GitHub
parent 3baeb4c541
commit 64a9caab30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)