diff --git a/README.md b/README.md index 83d6714..a72224d 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,7 @@ supported APIs are:

This repository is experimental in nature - use at your own risk and please contribute if you find LETS useful.

- -##Quick Start Recipe## - +

Quick Start Recipe

To download and build the lets application in one shot, please follow this recipe:

@@ -124,7 +122,7 @@ please read further.

-##Documentation## +

Documentation

Where should I start?

@@ -134,12 +132,16 @@ please read further.

specification and behavior of ETS and LETS. These QC tests also illustrate several strategies for testing Erlang Driver-based and NIF-based implementations.

+ +

What is ETS and DETS?

ETS and DETS are Erlang/OTP's standard library modules for Erlang term storage. ETS is a memory-based implementation. DETS is a disk-based implementation.

See http://www.erlang.org/doc/man/ets.html and http://www.erlang.org/doc/man/dets.html for further details.

+ +

What is LevelDB?

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

@@ -147,8 +149,8 @@ provides an ordered mapping from string keys to string values.

-##To download## +

To download

  1. @@ -293,8 +295,7 @@ Repo - http://source.andr -##To build - basic recipe## - +

    To build - basic recipe

    1. @@ -316,8 +317,7 @@ $ make compile -##To build - optional features## - +

      To build - optional features

      1. @@ -381,8 +381,7 @@ $ make dialyze-nospec -##To test - QuickCheck## - +

        To test - QuickCheck

        1. @@ -433,8 +432,7 @@ Tip -##To test - Proper## - +

          To test - Proper

          1. @@ -476,8 +474,7 @@ $ erl -smp +A 5 -pz ../../sext/ebin -pz ../../qc/ebin -##Roadmap## - +

            Roadmap