From 99186e514b2ca9716d66833b5ed9cd0c04ea43f7 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 28 Feb 2023 12:50:49 +0100 Subject: [PATCH] Docs: highlight file name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea3b10..c9672bf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The VIPS models available will vary between deployments of VIPSCore-Python. They ```sh pip install -r models.txt ``` -If a model has been updated, it needs to be installed again, running the same command. Make sure to update any version tags in the models.txt beforehand. +If a model has been updated, it needs to be installed again, running the same command. Make sure to update any version tags in the `models.txt` beforehand. ## Development -- GitLab