aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-12-04 04:19:48 -0600
committerthe lemons <citrons@mondecitronne.com>2022-12-04 04:19:48 -0600
commit876e24175a3870b17141d5a075505945d80992ba (patch)
tree671b57e8dc55720940d72c63b17dc203a9ee4154
parent8e4af6b2c8602bfb7fd086375d741345947494aa (diff)
small typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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()`