fix typos

geändert:       README.md
This commit is contained in:
Juergen Gmach
2018-01-10 16:00:44 +01:00
parent febb848b80
commit 8770bc21ef
Regular → Executable
+2 -2
View File
@@ -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