diff --git a/README.md b/README.md index 984348e..35e83e1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `git clone --recursive git@git.impstyle.com:test/demo-dockerwSubmodules.git` ## Update all submodules to their latest commits -git submodule update --remote +`git submodule update --remote` ## Update a specific submodule -git submodule update --remote /backend +`git submodule update --remote /backend`