From 9e63068115695213ee509a0eb6acbffa3fd4e132 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sat, 12 Sep 2015 21:06:32 +0200 Subject: [PATCH] Improve README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa1072f6..2fd9c81a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# blobstore [![Build Status](https://travis-ci.org/smessmer/blobstore.svg)](https://travis-ci.org/smessmer/blobstore) -Store resizeable blobs of data +# blobstore [![Build Status](https://travis-ci.org/smessmer/blobstore.svg?branch=master)](https://travis-ci.org/smessmer/blobstore) + +Store resizeable blobs of data using blocks from a [blockstore](https://github.com/cryfs/blockstore). +This is used by [CryFS](https://github.com/cryfs/cryfs).