From 0887b1c0ea007731b6a89cdd16f7c89cfc4e777a Mon Sep 17 00:00:00 2001 From: xR3b0rn <6249046+xR3b0rn@users.noreply.github.com> Date: Mon, 30 Dec 2019 10:13:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eab0b7f..a2620cad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # dbcppp (DBC C++ parser) -A DBC file parser written in C++ and based on `boost.spirit`. This library designed for performance. +A DBC file parser written in C++ and based on `boost.spirit`. This library is designed for performance. # Build and install ```