Correct typo in README.md.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-24 21:15:26 +01:00
commit c8d08cfbdb

View file

@ -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: 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. The submodule will now have been updated to track the latest changes in the remote "master" branch.