From b8cb8d4bb61bf039009f8c4502f0b74a6c30acb2 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 7 Jul 2015 18:11:38 +0900 Subject: [PATCH] Updating title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37ee8da..0592004 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Versioning File System # +# VFS # Versioning File System (uninterestingly abbreviated VFS) is a simple user-space file system implemented on top of [FUSE](https://en.wikipedia.org/?title=Filesystem_in_Userspace) with the aid of [Bazil ](https://bazil.org/fuse/),