diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 1af85c2..46b5c4a --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # PipenvLib: A library for manipulating Pipenv projects. -This library exists to make it easy to programatically interact with / introspect / manipulate [Pipenv](https://docs.pipenv.org) projects. +This library exists to make it easy to programmatically interact with / introspect / manipulate [Pipenv](https://docs.pipenv.org) projects. -It allows you examine depenencies and requirements of a project, as well as install/uninstall packages from Python directly. +It allows you examine dependencies and requirements of a project, as well as install/uninstall packages from Python directly. ## Example Usage