summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3965481..8224360 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Examples:
There are six functions and two types in mdb.h
#### Types:
- tabidx_t: represents a single key-value pair in an object.
-- tablist_t: represents a single object.
+- tablist_t: represents a single document.
#### Functions:
- readdb: takes a filename and returns a tablist array\
if the file doesn't exist it will return an empty tablist array\