summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0c25b5..d011fad 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ curl http://localhost:4567/results/1234/aggregate
- Set up a multi-stage Docker Compose file to build, test, and run the application independently, supporting CI/CD pipelines.
**Data Model**
-![Markr Data Model](markr_data_model.png)
+![Markr Data Model](images/markr_data_model.png)
## Next Steps / Recommendations
@@ -121,4 +121,4 @@ To stop the running containers and remove them along with associated volumes, us
docker compose down -v
```
-This command will stop and remove the containers and any associated volumes. \ No newline at end of file
+This command will stop and remove the containers and any associated volumes.