diff --git a/README.md b/README.md index d674a7d..231e2f7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![](./screenshot.png) -`updates` is a CLI tool which checks for npm and pypi dependency updates of the current project and optionally updates `package.json`. It is highly configurable and is typically able to complete in less than a second. +`updates` is a CLI tool which checks for npm and poetry dependency updates of the current project and optionally updates `package.json`/`pyproject.toml`. It is highly configurable and is typically able to complete in less than a second. # Usage diff --git a/package.json b/package.json index e7f6554..424ad99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "updates", "version": "14.2.3", - "description": "Flexible npm dependency update tool", + "description": "Flexible npm and poetry dependency update tool", "author": "silverwind", "repository": "silverwind/updates", "license": "BSD-2-Clause",