Skip to content

Commit

Permalink
update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anlv.Tan committed Oct 28, 2014
1 parent a06f3f5 commit 79834ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var env = new lmdb.Env({
(function () {
/* Date type can be:
* string
* hex - hex string, will convert to a binary data equivalent to Buffer(str, 'hex') for storage.
* hex - hex string, will convert to binary data equivalent to Buffer(str, 'hex') for storage.
* int32
* uint32
* int64
Expand Down
2 changes: 1 addition & 1 deletion README.zhcn.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var env = new lmdb.Env({
(function () {
/* Date type can be:
* string
* hex - hex string, will convert to a binary data equivalent to Buffer(str, 'hex') for storage.
* hex - hex string, will convert to binary data equivalent to Buffer(str, 'hex') for storage.
* int32
* uint32
* int64
Expand Down
2 changes: 1 addition & 1 deletion example/lmdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var env = new lmdb.Env({
(function () {
/* Date type can be:
* string
* hex - hex string, will convert to a binary data equivalent to Buffer(str, 'hex') for storage.
* hex - hex string, will convert to binary data equivalent to Buffer(str, 'hex') for storage.
* int32
* uint32
* int64
Expand Down

0 comments on commit 79834ae

Please sign in to comment.