Skip to content

Commit ced585b

Browse files
authored
Fix headline levels in cookbook modules (#1892)
1 parent 390d38b commit ced585b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Module Scenarios
22

3-
### Dumping Files into Directory
3+
## Dumping Files into Directory
44

55
A common pattern in traditional shells is dumping and auto-sourcing files from a directory (for example, loading custom completions). In Nushell, doing this directly is currently not possible, but directory modules can still be used.
66

@@ -60,7 +60,7 @@ For example, if you defined our known externals in our `git.nu` as `export exter
6060
You would need to call `use completions git *` to get the desired subcommands. For this reason, using `main` as outlined in the step above is the preferred way to define subcommands.
6161
:::
6262

63-
### Setting environment + aliases (conda style)
63+
## Setting environment + aliases (conda style)
6464

6565
`def --env` commands, `export-env` block and aliases can be used to dynamically manipulate "virtual environments" (a concept well known from Python).
6666

0 commit comments

Comments
 (0)