From 876e24175a3870b17141d5a075505945d80992ba Mon Sep 17 00:00:00 2001 From: the lemons Date: Sun, 4 Dec 2022 04:19:48 -0600 Subject: small typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71b0e62..ac39276 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ open a database in the environment. if multiple databases are to be used in the the database handle behaves as a table that may be indexed with string keys and contains string values, read from the database. any changes made will be saved to the database when the transaction is committed. -## `txn:drop(name)` +### `txn:drop(name)` delete the database `name` from the environment. (or clear the database, if `name` is not supplied) ### `txn:abort()` -- cgit v1.2.3