aboutsummaryrefslogtreecommitdiff
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 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()`