summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-01-20 18:59:21 +0100
committerGitHub <noreply@github.com>2021-01-20 18:59:21 +0100
commitbb160d92079fb8f2f9f301159a54db0741aec41d (patch)
tree52deb8f53e52cb3ab6085c993ed3e4d63541b2dd /docs
parent2532251a13a5605b020a1c076a372e300fc5723a (diff)
perf(elixir): evaluate version lazily (#2172)
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index fdc89a693..97c3095ae 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -808,12 +808,12 @@ The module will be shown if any of the following conditions are met:
### Options
-| Option | Default | Description |
-| ---------- | ------------------------------------------------------- | --------------------------------------------------------------- |
-| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
-| `style` | `"bold purple"` | The style for the module. |
-| `format` | `'via [$symbol$version \(OTP $otp_version\)]($style) '` | The format for the module elixir. |
-| `disabled` | `false` | Disables the `elixir` module. |
+| Option | Default | Description |
+| ---------- | --------------------------------------------------------- | --------------------------------------------------------------- |
+| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
+| `style` | `"bold purple"` | The style for the module. |
+| `format` | `'via [$symbol($version \(OTP $otp_version\) )]($style)'` | The format for the module elixir. |
+| `disabled` | `false` | Disables the `elixir` module. |
### Variables