Skip to content

Commit

Permalink
Put header one level down in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenretel committed Aug 18, 2022
1 parent 4cca0e1 commit 9491745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/envvars.md
Expand Up @@ -144,7 +144,7 @@ export PREFIX_PATH='@format {env{"HOME"}/.config/{this.DB_NAME}'
export PREFIX_PATH='@jinja {{env.HOME}}/.config/{{this.DB_NAME}} | abspath'
```

## Adding a Custom Casting Token
### Adding a Custom Casting Token

If you would like to add a custom casting token, you can do so by adding a
converter. For example, if we would like to cast strings to a pathlib.Path
Expand Down

0 comments on commit 9491745

Please sign in to comment.