From 4a7ba712f46bbef0f3a888ab95b2c3f02a1bdf41 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 27 Feb 2015 09:25:51 +1100 Subject: [PATCH] Fixed a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98827cd..cd2bbf5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This package allows for writing and mounting user-space file systems from Go. It is a wrapper around [bazil.org/fuse][bazil], which does the heavy lifting. It -does not make use the [bazil.org/fuse/fs][bazil-fs] sub-package, which allows +does not make use of the [bazil.org/fuse/fs][bazil-fs] sub-package, which allows for something like an object-orientend representation of files and directories, and contains a decent amount of canned behavior.