From f45943f7a9e409dfce9c9abdfbe18c6fc65a14df Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Fri, 19 Jun 2020 13:51:48 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e19d33..163e3a1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It is essentially a Rust clone of the [git-mob NPM package](https://www.npmjs.co Just run `cargo install git_mob` and you should be all set. -If it does not seem to work, try to run `git config --glebal commit.template +If it does not seem to work, try to run `git config --global commit.template .git/.gitmessage` to ensure that you have configured your your gitmessage template to where `git-mob` is looking for it.