Fixed wrong git clone SSH command (#13)

Replaced bad https URL with proper SSH URL
pull/14/head^2
Julian Poidevin 5 years ago committed by GitHub
parent fc819b8217
commit 4723b825f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ git clone https://github.com/FreeRTOS/FreeRTOS
```
Using SSH:
```
git clone https://github.com/FreeRTOS/FreeRTOS.git
git clone git@github.com:FreeRTOS/FreeRTOS.git
```

Loading…
Cancel
Save