summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Irish <paul.irish@gmail.com>2015-02-17 09:55:40 -0800
committerPaul Irish <paul.irish@gmail.com>2015-02-17 09:55:40 -0800
commit0e0f07417ca859da1fe3965984b581a1b75e9021 (patch)
treefc6b84d314e21c2f18b85578bd264e4b47886abf /README.md
parentc85addcdf36849ea892cef37efde5d8791e3a7f4 (diff)
downloadleveldb-0e0f07417ca859da1fe3965984b581a1b75e9021.tar.gz
documentation. improved link
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38f7805..36cec63 100644
--- a/README.md
+++ b/README.md
@@ -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](https://rawgit.com/google/leveldb/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