diff --git a/README.md b/README.md index be1488b4ce48c6530ea1cd8a6c6db7eda3aefe92..607f7129449f50284c867d0bf6d5a39d75bf5d37 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Switch to submodule branches configured in `.gitmodules` (otherwise submodules p git submodule foreach 'branch="$(git config -f ../.gitmodules submodule.$name.branch)"; git checkout $branch' ``` -> Note: When updating the superproject including all submodules, do: +When updating the superproject including all submodules, do: ```bash git pull