Commit 0e0f074 1 parent c85addc commit 0e0f074 Copy full SHA for 0e0f074
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
12
12
* Forward and backward iteration is supported over the data.
13
13
* Data is automatically compressed using the [ Snappy compression library] ( http://code.google.com/p/snappy ) .
14
14
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
15
- * [ Detailed documentation] ( https://rawgit.com/google/leveldb/master/doc/index.html ) about how to use the library is included with the source code.
15
+
16
+ # Documentation
17
+ [ LevelDB library documentation] ( https://rawgit.com/google/leveldb/master/doc/index.html ) is online and bundled with the source code.
16
18
17
19
18
20
# Limitations
You can’t perform that action at this time.
0 commit comments