Correct make repo private command in README.md (#515)

Troy created

Change summary

README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

README.md 🔗

@@ -583,7 +583,7 @@ To make a repository private, use `repo private <repo> [true|false]`. Private
 repos can only be accessed by admins and collaborators.
 
 ```sh
-ssh -p 23231 localhost repo icecream private true
+ssh -p 23231 localhost repo private icecream true
 ```
 
 ### Repository Branches & Tags