Skip to content

Commit

Permalink
Merge pull request bitcoin#275 from paulirish/patch-1
Browse files Browse the repository at this point in the history
readme: improved documentation link
  • Loading branch information
cmumford committed Dec 9, 2015
2 parents 706b7f8 + 0e0f074 commit e2446d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
* Forward and backward iteration is supported over the data.
* Data is automatically compressed using the [Snappy compression library](http://code.google.com/p/snappy).
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
* [Detailed documentation](http://htmlpreview.github.io/?https://github.com/google/leveldb/blob/master/doc/index.html) about how to use the library is included with the source code.

# Documentation
[LevelDB library documentation](https://rawgit.com/google/leveldb/master/doc/index.html) is online and bundled with the source code.


# Limitations
Expand Down

0 comments on commit e2446d0

Please sign in to comment.