From 455278fe06c9aa81dc2219b547db2a7c7febf16b Mon Sep 17 00:00:00 2001 From: Ben Spector <30628696+benspector3@users.noreply.github.com> Date: Thu, 28 Mar 2019 11:11:44 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8319a6d..19ce96d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Once you're done with all Functions and their docs, release your lodown library npm publish -This will publish your package to NPM registry. Once publish completes(in less than a minute), you can go check your package in the link https://www.npmjs.com/~{username}/{package-name}. +This will publish your package to NPM registry. Once publish completes(in less than a minute), you can search for your package on npm's website. ### Updating your library