From 33d5ea8a0f14fe17511c3f11fa08c0a595353307 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 7 Mar 2018 14:51:47 -0500 Subject: [PATCH] Clarify the Update Packages section of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42da37313..1646d14d3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ We’re currently building Scratch using [React](https://facebook.github.io/reac We use npm (Node Package Manager) to maintain and update packages required to build the site. ### Update Packages -When making changes it's important to make sure that all of the node packages are up to date. Some changes in the code are needed because of package updates, so make sure you do this. You can update the packages by running this command: +It's important to make sure that all of the dependencies are up to date because the scratch-www code only works with specific versions of the dependencies. You can update the packages by running this command: ```bash npm install