Fix: change project avoiding uppercase
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 27 Jan 2017 08:13:53 +0000 (08:13 +0000)
committerRomain Forlot <romain.forlot@iot.bzh>
Mon, 30 Jan 2017 13:34:57 +0000 (13:34 +0000)
Change-Id: Ia9d457c253b170577b6ffeb23eebaeddf0937ec2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CMakeLists.txt
README.md

index fc233f5..9334292 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 ###########################################################################
 
-project(canLL)
+project(ll-can)
 
 cmake_minimum_required(VERSION 3.3)
 
index f7f0c71..fb44d56 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# CAN signaling binder
+# Low level CAN signaling binder
 
 Low level CAN bus binder. Based upon OpenXC vi-firmware project.