diff --git a/Content/Console/README.md b/Content/Console/README.md index f0bf17dc..2ebdef64 100644 --- a/Content/Console/README.md +++ b/Content/Console/README.md @@ -86,7 +86,7 @@ $ ./build.sh // on unix ```sh git add . git commit -m "Scaffold" -git remote add origin origin https://github.com/user/MyCoolNewLib.git +git remote add origin https://github.com/user/MyCoolNewApp.git git push -u origin master ``` diff --git a/Content/Library/README.md b/Content/Library/README.md index 33725191..56e7ff58 100644 --- a/Content/Library/README.md +++ b/Content/Library/README.md @@ -103,7 +103,7 @@ src/MyCoolNewLib/bin/ ```sh git add . git commit -m "Scaffold" -git remote add origin origin https://github.com/user/MyCoolNewLib.git +git remote add origin https://github.com/user/MyCoolNewLib.git git push -u origin master ```