From c91cc4d11a72845c745ceec4552a44dd4654e72b Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 18 Nov 2016 12:25:23 +0000 Subject: [PATCH] Nit --- docs/_posts/2016-11-16-react-v15.4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2016-11-16-react-v15.4.0.md b/docs/_posts/2016-11-16-react-v15.4.0.md index 97f3c63e8d..457bc8be38 100644 --- a/docs/_posts/2016-11-16-react-v15.4.0.md +++ b/docs/_posts/2016-11-16-react-v15.4.0.md @@ -96,7 +96,7 @@ You can learn more about snapshot testing in [this Jest blog post](https://faceb ## Installation -We recommend using [Yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/) for managing front-end dependencies. If you're new to package managers, [Yarn documentation](https://yarnpkg.com/en/docs/getting-started) is a good place to get started. +We recommend using [Yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/) for managing front-end dependencies. If you're new to package managers, the [Yarn documentation](https://yarnpkg.com/en/docs/getting-started) is a good place to get started. To install React with Yarn, run: