From 56e20b4ab5899127b67b4a31cfd7b4bf1fc79616 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 21 Aug 2016 22:36:54 -0300 Subject: [PATCH] Fix minor typo in README.md (#7540) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2047541220..68dd9725d6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The process to build `react.js` is built entirely on top of node.js, using many #### Prerequisites * You have `node` installed at v4.0.0+ and `npm` at v2.0.0+. -* You have `gcc` installed or are comfortable installing a compiler if needed. Some of our `npm` dependencies may require a compliation step. On OS X, the Xcode Command Line Tools will cover this. On Ubuntu, `apt-get install build-essential` will install the required packages. Similar commands should work on other Linux distros. Windows will require some additional steps, see the [`node-gyp` installation instructions](https://github.com/nodejs/node-gyp#installation) for details. +* You have `gcc` installed or are comfortable installing a compiler if needed. Some of our `npm` dependencies may require a compilation step. On OS X, the Xcode Command Line Tools will cover this. On Ubuntu, `apt-get install build-essential` will install the required packages. Similar commands should work on other Linux distros. Windows will require some additional steps, see the [`node-gyp` installation instructions](https://github.com/nodejs/node-gyp#installation) for details. * You are familiar with `npm` and know whether or not you need to use `sudo` when installing packages globally. * You are familiar with `git`.