From b8cd6c4b1dbd1bb431cbabeb8baaa6025525c194 Mon Sep 17 00:00:00 2001 From: Alex Gaetano Padula Date: Sun, 23 Mar 2025 12:42:16 -0400 Subject: [PATCH] read me adjustment. Correct typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b8916..4445675 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Official C++ binding for TidesDB. ## Getting Started -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. +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. ### Build and install ```bash