Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
unmention bops
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Aug 1, 2014
1 parent 05065ba commit bb88572
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,13 +652,11 @@ A custom encoding may be provided by passing in an object as an value for `keyEn
{
encode : function (val) { ... }
, decode : function (val) { ... }
, buffer : boolean // encode returns a buffer-like and decode accepts a buffer
, buffer : boolean // encode returns a buffer and decode accepts a buffer
, type : String // name of this encoding type.
}
```

*"buffer-like"* means either a `Buffer` if running in Node, or a Uint8Array if in a browser. Use [bops](https://github.com/chrisdickinson/bops) to get portable binary operations.

<a name="extending"></a>
Extending LevelUP
-----------------
Expand Down

0 comments on commit bb88572

Please sign in to comment.