Просмотр исходного кода

repo name changed adding '-pid' extension.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
Armando Visconti 3 лет назад
Родитель
Сommit
530f765761
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ Sensor driver for LSM6DS3TR-C sensor written in C programming language. This rep
 In order to `clone` the complete content of the repository folder, use the command:
 
 ```
-git clone https://github.com/STMicroelectronics/LSM6DS3TR-C/
+git clone https://github.com/STMicroelectronics/LSM6DS3TR-C-PID/
 ```
 
 Some examples of driver usage can be found [here](https://github.com/STMicroelectronics/STMems_Standard_C_drivers).