From e43ee17ece1001cbfc2d07dd24a5a02bfcf63daf Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 6 Sep 2016 21:16:33 -0700 Subject: [PATCH] Updating README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06a5588..df5379d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# Versioning File System # 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/),