Skip to content

Commit

Permalink
readme gets a better sentence on the cavaets and the C api
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges committed Apr 3, 2012
1 parent bebce9a commit b8cbcd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Of course, the rules apply locally with `go build` instead of `go get`.
## Caveats

Comparators and WriteBatch iterators must be written in C in your own
library. This is slightly better when you realize you'll have the LevelDB C
API available to your in your client package by including levigo and its
build.
library. This is not quite as much of a pain in the ass when you realize
you'll have the LevelDB C API available to your in your client package by
including levigo and its build.

0 comments on commit b8cbcd3

Please sign in to comment.