Fixed wrong git clone SSH command (#13)

Replaced bad https URL with proper SSH URL
This commit is contained in:
Julian Poidevin 2020-02-14 02:43:36 +01:00 committed by GitHub
parent fc819b8217
commit 4723b825f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```