From f72e8bca609b912205f723c851a1a974a3089255 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 10 Jan 2018 09:35:50 -0500 Subject: [PATCH] too much bold Signed-off-by: Kenneth Reitz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b1f7d4..505aa37 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This library exists to make it easy to programatically interact with / introspect / manipulate Pipenv projects. -**It allows you examine depenencies and requirements of a project, as well as install/uninstall packages from Python directly.** +It allows you examine depenencies and requirements of a project, as well as install/uninstall packages from Python directly. ## Example Usage