From 59d066c01ffba38ef0041160d04b41156e3d51eb Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sun, 8 Sep 2019 22:57:52 +0800 Subject: [PATCH] docs: reorder misplaced Ruby option example (#317) --- docs/config/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/config/README.md b/docs/config/README.md index ce83981a..ac60f375 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -427,15 +427,6 @@ disabled = true ``` -### Example - -```toml -# ~/.config/starship.toml - -[ruby] -symbol = "🔺 " -``` - ## Nix-shell The `nix_shell` module shows the nix-shell environment. @@ -578,6 +569,15 @@ The module will be shown if any of the following conditions are met: | `style` | `"bold red"` | The style for the module. | | `disabled` | `false` | Disables the `ruby` module. | +### Example + +```toml +# ~/.config/starship.toml + +[ruby] +symbol = "🔺 " +``` + ## Rust The `rust` module shows the currently installed version of Rust.