From 9d8882a3372a4a4deee808b392bc145c44dd863e Mon Sep 17 00:00:00 2001 From: Steve Lefevre <lefevre.10@osu.edu> Date: Sun, 25 Aug 2019 12:48:46 -0400 Subject: [PATCH] Fixed vimism --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb67330..9e6453c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ set of aliases to make git actions more intuitive Add the following lines to your ~/.gitconfig ``` [include] -path = path/to/gitin2iti/aliases +path = path/to/gitin2it/aliases ``` where `path/to/gitin2it/aliases` is the path, relative from the location of your `.gitconfig` file, to the `aliases` file in this repo.