From e0314b5d906f904787bddcac51df66ecbe36242e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Thu, 12 Jul 2018 15:53:44 +0200 Subject: [PATCH] docs: add link to Yarn in README (#24856) Remove the code markdown. It is not code, it is a name. PR Close #24856 --- aio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/README.md b/aio/README.md index 9b01ebafbe..a773f7f652 100644 --- a/aio/README.md +++ b/aio/README.md @@ -8,7 +8,7 @@ Everything in this folder is part of the documentation project. This includes ## Developer tasks -We use `yarn` to manage the dependencies and to run build tasks. +We use [Yarn](https://yarnpkg.com) to manage the dependencies and to run build tasks. You should run all these tasks from the `angular/aio` folder. Here are the most important tasks you might need to use: