Minor changes to wording

This commit is contained in:
martinsumner 2017-02-28 11:08:26 +00:00
parent edf5879246
commit e9b16493e5
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
## Introduction
Leveled is a work-in-progress prototype of a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:
Leveled is a <b>work-in-progress</b> prototype of a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:
- Optimised for workloads with <b>larger values</b> (e.g. > 4KB).