Fix code block formatting in readme

This commit is contained in:
2024-02-03 00:28:30 -06:00
parent 524049a9fa
commit 56d0616b77

View File

@@ -8,15 +8,15 @@ Currently in the early prototype stage
### Copies to manager folder ### Copies to manager folder
''' ```
dotfile dotfile
''' ```
### Copies from manager folder ### Copies from manager folder
''' ```
dotfile -g dotfile -g
''' ```
## Functionality ## Functionality
@@ -35,7 +35,7 @@ dotfile -g
$HOME/.config/dotfiles/config $HOME/.config/dotfiles/config
''' ```
# Optional # Optional
manager_dir="Path to manager dir" # default: "$HOME/.dotfiles" manager_dir="Path to manager dir" # default: "$HOME/.dotfiles"
@@ -49,4 +49,4 @@ manager_location="Next manager config location"
... ...
''' ```