From b0636fcc60ac681159556637b04f62df47a5423e Mon Sep 17 00:00:00 2001 From: Piper Chester Date: Fri, 4 Aug 2017 23:35:13 -0400 Subject: [PATCH] README: normalize casing WRT npm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63224237f5..3c719a2fbe 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ See the [commitizen-cli](https://github.com/commitizen/cz-cli) docs for more det ### Setting up the build -You'll need to set up your build in such a way that tags and commits can be pushed back to the repository. This is so that lerna can stay in sync with the NPM releases. +You'll need to set up your build in such a way that tags and commits can be pushed back to the repository. This is so that lerna can stay in sync with the npm releases. You'll also need to set the `NPM_TOKEN` environment variable so that npm can run `npm publish` on your components.