diff --git a/Readme.md b/Readme.md index aabfd97..22928d1 100644 --- a/Readme.md +++ b/Readme.md @@ -116,7 +116,7 @@ git fetch origin git pull ``` -## Authenticated usage example (push) +## Authenticated usage example (push) - at your own risk Collaboration is possible with the following flow between Carol and David in a pure peer-to-peer manner of git. @@ -142,7 +142,7 @@ Collaboration is possible with the following flow between Carol and David in a p * `GIT_PEAR_AUTH_NSEC= GIT_PEAR_AUTH='nip98' git clone pear:///` 3. Do the necessary change in separate branch * `git checkout -b feat/david` -* // do change +* do change * `git add .` * `git commit -s -m 'made by David'` 4. Push branch to origin