From 8770bc21ef350c7aa8212c2d284dc4ee77f494c4 Mon Sep 17 00:00:00 2001 From: Juergen Gmach Date: Wed, 10 Jan 2018 16:00:44 +0100 Subject: [PATCH] fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit geƤndert: README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 README.md 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