From a7906c9b7c51d479b629f14d75819796b77b87c0 Mon Sep 17 00:00:00 2001 From: codejet Date: Thu, 17 Sep 2015 22:11:55 +0200 Subject: [PATCH] Fix tiny grammatical error --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index d81c0c67a..11aca0c13 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -15,7 +15,7 @@ next: android-setup - Install **nvm** with Homebrew or [its setup instructions here](https://github.com/creationix/nvm#installation). Then run `nvm install node && nvm alias default node`, which installs the latest version of Node.js and sets up your terminal so you can run it by typing `node`. With nvm you can install multiple versions of Node.js and easily switch between them. - New to [npm](https://docs.npmjs.com/)? 4. `brew install watchman`. We recommend installing [watchman](https://facebook.github.io/watchman/docs/install.html), otherwise you might hit a node file watching bug. -5. `brew install flow`. If you want to use [flow](http://www.flowtype.org). +5. `brew install flow`, if you want to use [flow](http://www.flowtype.org). We recommend periodically running `brew update && brew upgrade` to keep your programs up-to-date.