docs: add link to Yarn in README (#24856)

Remove the code markdown. It is not code, it is a name.

PR Close #24856
This commit is contained in:
Ana María Martínez Gómez 2018-07-12 15:53:44 +02:00 committed by Ben Lesh
parent 1bb30147d3
commit e0314b5d90
1 changed files with 1 additions and 1 deletions

View File

@ -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: