diff --git a/README.md b/README.md index 95788bd..2c16025 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