summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMoritz Vetter <moritz.vetter@gmx.de>2021-01-20 18:51:30 +0100
committerGitHub <noreply@github.com>2021-01-20 18:51:30 +0100
commit83e0432a75104b74e3e8834db638f8627151e32d (patch)
tree7bb3f5fd09e89db1ef8d4fcb4e0cdb61c1923ae2 /docs
parentb065758b1c562638a26bb0bdc891ccc2ff8a6cb4 (diff)
perf(java): Lazy eval java (#2168)
* perf(java): evaluate version lazily * fix(java): update format string * fix: use suggested format string Co-authored-by: Moritz Vetter <mv@3yourmind.com>
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 44a9cf224..b542e6c47 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -1334,12 +1334,12 @@ The module will be shown if any of the following conditions are met:
### Options
-| Option | Default | Description |
-| ---------- | -------------------------------------- | ----------------------------------------------- |
-| `format` | `"via [${symbol}${version}]($style) "` | The format for the module. |
-| `symbol` | `"☕ "` | A format string representing the symbol of Java |
-| `style` | `"red dimmed"` | The style for the module. |
-| `disabled` | `false` | Disables the `java` module. |
+| Option | Default | Description |
+| ---------- | ---------------------------------------- | ----------------------------------------------- |
+| `format` | `"via [${symbol}(${version} )]($style)"` | The format for the module. |
+| `symbol` | `"☕ "` | A format string representing the symbol of Java |
+| `style` | `"red dimmed"` | The style for the module. |
+| `disabled` | `false` | Disables the `java` module. |
### Variables