From 56d0616b77af116a3237261b6745ada0a1ccc823 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Sat, 3 Feb 2024 00:28:30 -0600 Subject: [PATCH] Fix code block formatting in readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6c2d010..be9d571 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ Currently in the early prototype stage ### Copies to manager folder -''' +``` dotfile -''' +``` ### Copies from manager folder -''' +``` dotfile -g -''' +``` ## Functionality @@ -35,7 +35,7 @@ dotfile -g $HOME/.config/dotfiles/config -''' +``` # Optional manager_dir="Path to manager dir" # default: "$HOME/.dotfiles" @@ -49,4 +49,4 @@ manager_location="Next manager config location" ... -''' +```