aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac39276..bd19045 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ create a new environment handle and open the database at the `path`. returns the
returns the LMDB version as `major, minor, patch`.
### `env:txn_begin(rdonly)`
-create a new transaction in the environment. if `rdonly` is true, then the transaction is not to be used to perform write operation. returns the transaction handle (`txn`) on success.
+create a new transaction in the environment. if `rdonly` is true, then the transaction is not to be used to perform write operations. returns the transaction handle (`txn`) on success.
### `env:copy(path)`
copy the environment to the specified `path`. return `true` on success.