From 25c7afbf08a1c06e09d4b742e0fc5d66f481a60d Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 14 Aug 2024 21:21:50 +0100 Subject: [PATCH] Update README.md Fix a link in the README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef1fc55..ba2692f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ An example for how to do this may look like this: ```bash docker run -v --env-file=.env ./.matchy:/usr/src/app/.matchy ghcr.io/mdiluz/matchy:latest ``` -A (`docker-compose.yml`)[docker-compose.yml] file is also provided that essentially performs the above when used with `docker compose up --exit-code-from matchy`. A `MATCHY_DATA` envar can be used in conjunction with compose to set a custom local path for the location of the data file. +A [`docker-compose.yml`](docker-compose.yml) file is also provided that essentially performs the above when used with `docker compose up --exit-code-from matchy`. A `MATCHY_DATA` envar can be used in conjunction with compose to set a custom local path for the location of the data file. ## TODO * Implement better tests to the discordy parts of the codebase