Update README
diff --git a/README.md b/README.md
index c54aa13..d70706d 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 for a user, and `homedir.Expand()` to expand the `~` in a path to the home
 directory.
 
-**Why not just user `os/user`?** The built-in `os/user` package requires
+**Why not just use `os/user`?** The built-in `os/user` package requires
 cgo on Darwin systems. This means that any Go code that uses that package
 cannot cross compile. But 99% of the time the use for `os/user` is just to
 retrieve the home directory, which we can do for the current user without