From 63fc7cbf28599ffe9d7685d0be221acf307a448e Mon Sep 17 00:00:00 2001 From: KY3LxD <38943742+KY3LxD@users.noreply.github.com> Date: Sun, 28 Apr 2019 22:08:49 -0700 Subject: [PATCH] Improve a description (#877) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8f9cf43..e19a698 100644 --- a/readme.md +++ b/readme.md @@ -128,7 +128,7 @@ ### Command-line apps - [np](https://github.com/sindresorhus/np) - Better `npm publish`. -- [npm-name](https://github.com/sindresorhus/npm-name) - Check whether a package name is available on npm. +- [npm-name](https://github.com/sindresorhus/npm-name) - Check a package name's availability on npm. - [gh-home](https://github.com/sindresorhus/gh-home) - Open the GitHub page of the repo in the current directory. - [npm-home](https://github.com/sindresorhus/npm-home) - Open the npm page of a package. - [trash](https://github.com/sindresorhus/trash) - Safer alternative to `rm`.