diff --git a/README.md b/README.md index 8dc02dc..d8a7a9e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # updates [![](https://img.shields.io/npm/v/updates.svg?style=flat)](https://www.npmjs.org/package/updates) [![](https://img.shields.io/npm/dm/updates.svg)](https://www.npmjs.org/package/updates) [![](https://api.travis-ci.org/silverwind/updates.svg?style=flat)](https://travis-ci.org/silverwind/updates) -> Fast npm dependency update checking tool +> Fast npm dependency updating tool -`updates` is a lightweight tool that checks for npm dependency updates and optionally automatically updates `package.json`. Unlike other similar tools, it has no dependency on any package manager but instead works directly with the npm registry. +`updates` is a lightweight CLI tool that checks for npm dependency updates and optionally automatically updates `package.json`. Unlike other similar tools, it has no dependency on any package manager but instead works directly with the npm registry. ## Install: diff --git a/package.json b/package.json index 17269c0..dbb399d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "updates", "version": "1.0.3", - "description": "Fast npm dependency update checking tool", + "description": "Fast npm dependency updating tool", "author": "silverwind", "repository": "silverwind/updates", "license": "BSD-2-Clause",