From 21f09c6d1d345cc618e45abc562021d6af75941e Mon Sep 17 00:00:00 2001 From: Alex Gaetano Padula Date: Sun, 23 Mar 2025 12:41:24 -0400 Subject: [PATCH] read me adjustment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd42bc..62b8916 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