From 56f9cf6e31abf6edcad7c7696e4428b68f751a45 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Tue, 14 Nov 2023 11:00:01 -0300 Subject: [PATCH] make it clear that it's the sqlite3 library and not the cli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c423ba4..c49c44f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Obelisk project is a declarative language designed to help with the implemen - Meson - Ninja - LLVM 14 - - sqlite 3 + - sqlite 3 library and headers(in debian libsqlite3-dev) - C++ 17 - C 17