From c8d08cfbdb4bae7409255f6710713b345c54dcb2 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 24 Aug 2024 21:15:26 +0100 Subject: [PATCH] Correct typo in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c218d60..6f2b81f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ This allows you to pick up any fixes or updates to the tree. To update the submodule **from the root of the git repository**, use: ``` -(cd .githooks/gitatrributesdb/ && git fetch && git merge origin/master) +(cd .githooks/gitattributesdb/ && git fetch && git merge origin/master) ``` The submodule will now have been updated to track the latest changes in the remote "master" branch.