Skip to content

Commit b36cffa

Browse files
authored
updates README.md
1 parent 98929c9 commit b36cffa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11

2-
# CPP Expression Tree
2+
# Cpp Expression Tree
33

4-
Header-only C++14 library for creating and evaluating logical expression trees.
4+
Cpp Expression Tree is a header-only, C++14 library for creating logical expression trees and using them to evaluate instances of user-defined data types.
55

66
Inspired by m-peko/booleval.
77

8-
<br/>
9-
108
This project is under development and is subject to change. Project contributions and issue reports are welcome. The more the merrier!
11-
( ... well, hopefully not too many bug reports)
9+
( ... well, maybe not so much for bug reports)
1210

1311
## Table of Contents
1412

@@ -98,4 +96,4 @@ After cloning and compiling the project, navigate to the build directory that wa
9896
ctest .
9997
```
10098

101-
This will execute the unit tests and provide a pass/fail indication for each one.
99+
CTest will execute the unit tests and provide a pass/fail indication for each one.

0 commit comments

Comments
 (0)