From 877cd5c5f7ee869029d40ea6779a5fda6dcf71d7 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sat, 12 Sep 2015 21:05:35 +0200 Subject: [PATCH] Improve readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6ffe048..84528556 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# blockstore [![Build Status](https://travis-ci.org/smessmer/blockstore.svg)](https://travis-ci.org/smessmer/blockstore) -Store blocks of data +# blockstore [![Build Status](https://travis-ci.org/smessmer/blockstore.svg?branch=master)](https://travis-ci.org/smessmer/blockstore) + +Store (encrypted) fixed-size blocks of data in different backends. +This is used by [CryFS](https://github.com/cryfs/cryfs).