aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.mkd2
-rw-r--r--README.mkd5
2 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd
index e710764f..eea48c06 100644
--- a/CHANGELOG.mkd
+++ b/CHANGELOG.mkd
@@ -1,4 +1,4 @@
-# CAN Message Utilities for C
+# Bitfield Utilities in C
## v0.1
diff --git a/README.mkd b/README.mkd
index c6dfb43c..749b7995 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,9 +1,8 @@
-CAN Message Utilities for C
+Bitfield Utilities in C
===========================
This is a C library with functions to help encode and decode Controller Area
-Network (CAN) message payloads. Some of the bitfield functions may be useful for
-other areas, too.
+Network (CAN) message payloads or other bitfields.
The header files contain complete function documentation, but to get you
started, here are examples using the API: