Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
Example "git remote" command had "origin" listed twice so it was an
invalid command. Also changed "MyCoolNewLib" sample name to
"MyCoolNewApp" in the console-project version of the readme.
  • Loading branch information
rmunn authored and TheAngryByrd committed Jan 13, 2020
1 parent ec1aafb commit b206bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Content/Console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $ ./build.sh <optional buildtarget>// 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
```

Expand Down
2 changes: 1 addition & 1 deletion Content/Library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit b206bc6

Please sign in to comment.