Skip to content

Commit

Permalink
added mapsize arg to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed May 28, 2016
1 parent 136c35a commit 1d4363c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ management library.

## Library procedures

`(lmdb-open filename [key: enckey])`
Opens or creates LMDB database with optional encryption key.
`(lmdb-open filename [key: enckey] [mapsize: size])`
Opens or creates LMDB database with optional encryption key and map size.

`(lmdb-close db)`
Closes LMDB database handle.
Expand Down

0 comments on commit 1d4363c

Please sign in to comment.