From e88c23ec0c53417deac7274f878d61e16a21b112 Mon Sep 17 00:00:00 2001
From: Coder12a <38924418+Coder12a@users.noreply.github.com>
Date: Mon, 5 Nov 2018 22:18:02 -0600
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 754cea7..fab47f8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
ColdDB
===========
-ColdDB is a lua library that implements a serverless, NoSQL database engine.
+ColdDB is a minetest database mod that implements a serverless, NoSQL database engine.
It provides a key or key-value storage system using plain Lua tables. It also can iterate through the keys.
It is not required to add this mod to secure.trusted_mods this mod will still work.