Skip to content

Commit fc27b79

Browse files
authored
Merge pull request #23 from tidesdb/tdb1-cpp-updates-4
read me adjustment. Correct typo.
2 parents bda7d2a + b8cd6c4 commit fc27b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Official C++ binding for TidesDB.
33

44
## Getting Started
5-
You must make sure you have the TidesDB shared C library installed on your system. Be sure to also compile with `TIDESDB_WITH_SANITIZER` and `TIDESDB_BUILD_TESTS` OFF. You will also require a **C++11 +** compatible compiler.
5+
You must make sure you have the TidesDB shared C library installed on your system. Be sure to also compile with `TIDESDB_WITH_SANITIZER` and `TIDESDB_BUILD_TESTS` OFF. You will also require a **C++11** compatible compiler.
66

77
### Build and install
88
```bash

0 commit comments

Comments
 (0)