Skip to content

Commit 050ccba

Browse files
committed
docs: replace text bold with h3
1 parent 32526a0 commit 050ccba

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,29 @@ For a smoother CLI experience, Render Engine CLI provides built-in shell complet
5252
for `bash`, `zsh`, and `fish`. This allows you to quickly autocomplete commands, options,
5353
and arguments directly in your terminal.
5454

55-
- **Bash**
55+
### Bash
5656

57-
Add this to your `~/.bashrc`:
57+
Add this to your `~/.bashrc`:
5858

59-
```bash
60-
eval "$(_RENDER_ENGINE_COMPLETE=bash_source render-engine)"
61-
```
59+
```sh
60+
eval "$(_RENDER_ENGINE_COMPLETE=bash_source render-engine)"
61+
```
6262

63-
- **Zsh**
63+
### Zsh
6464

65-
Add this to your `~/.zshrc`:
65+
Add this to your `~/.zshrc`:
6666

67-
```zsh
68-
eval "$(_RENDER_ENGINE_COMPLETE=zsh_source render-engine)"
69-
```
67+
```sh
68+
eval "$(_RENDER_ENGINE_COMPLETE=zsh_source render-engine)"
69+
```
7070

71-
- **Fish**
71+
### Fish
7272

73-
Add this to your `~/.config/fish/completions/render-engine.fish`:
73+
Add this to your `~/.config/fish/completions/render-engine.fish`:
7474

75-
```fish
76-
eval (env _RENDER_ENGINE_COMPLETE=fish_source render-engine)
77-
```
75+
```sh
76+
eval (env _RENDER_ENGINE_COMPLETE=fish_source render-engine)
77+
```
7878

7979
After adding the appropriate line to your shell configuration file, restart your shell or source the configuration file to enable completion.
8080

0 commit comments

Comments
 (0)