diff --git a/README.md b/README.md index ba4cb59..aec747c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ git submodule update --remote Common_Library git switch Dev-DeveloperName git pull origin main git submodule update --remote Common_Library -//Slove any conflict locally +# Slove any conflict locally ``` #### push your work to the remote repo @@ -40,7 +40,7 @@ git submodule update --remote Common_Library git add . git commit -m "representative commit for what you do" git push origin Dev-DeveloperName -//create a pull request from your branch to the main branch +# create a pull request from your branch to the main branch ```