From 96d0924aef65363b0374fa8ac99b98490813c7cc Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sun, 17 Oct 2021 23:40:42 -0700 Subject: [PATCH] fix typos in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af21f01..d97dd47 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Or if you prefer, you can also use git aliases (instead of shell aliases). To do 1. Set the `FORGIT_STANDALONE` flag - example: `export FORGIT_STANDALONE=1` 2. Add the bin directory in `FORGIT_INSTALL_DIR` to your `PATH` - - example: `PATH="$PATH:FORGIT_INSTALL_DIR/bin` + - example: `PATH="$PATH:FORGIT_INSTALL_DIR/bin"` 3. Add (aliases in git)[https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases] - example: `git config --global alias.cf 'forgit checkout_file'` 4. Use the alias in git instead of the shell