From 9e72ef0a58d8caca77bd70a285a02b4c65ecf5b8 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Mon, 4 Nov 2024 13:22:34 -0800 Subject: [PATCH] docs: Use inline code for Odin module name (#6359) Use inline code for Odin module name This matches all other modules. --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 83ae13328..09d263340 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -3190,7 +3190,7 @@ format = 'via [🐪 $version]($style) ' ## Odin -The 'odin' module shows the currently installed version of [Odin](https://odin-lang.org/). By default the module will be shown if the current directory contains a `.odin` file. +The `odin` module shows the currently installed version of [Odin](https://odin-lang.org/). By default the module will be shown if the current directory contains a `.odin` file. ### Options