From 06038f521eab577fa68f8da5d83f66d4071d3564 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 2 Aug 2023 23:13:29 -0400 Subject: [PATCH] fix lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f21396c7..1710bb25 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Usage sync Installs all packages specified in Pipfile.lock. uninstall Uninstalls a provided package and removes it from Pipfile. update Runs lock, then sync. - upgrade Update the lock of the specified dependency / sub-dependency, + upgrade Update the lock of the specified dependency / sub-dependency, but does not actually install the packages. verify Verify the hash in Pipfile.lock is up-to-date.