From 2236cc58df7928b7b09897cee652087b19daafd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2EYasoob=20Ullah=20Khalid=20=E2=98=BA?= Date: Tue, 4 Dec 2018 00:59:11 -0500 Subject: [PATCH] Fixed a small typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c9b04b..fff7a48 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Afero is easy to use and easier to adopt. A few different ways you could use Afero: -* Use the interfaces alone to define you own file system. -* Wrap for the OS packages. +* Use the interfaces alone to define your own file system. +* Wraper for the OS packages. * Define different filesystems for different parts of your application. * Use Afero for mock filesystems while testing