summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2017-03-09 15:10:11 -0800
committerDJ Mountney <david@twkie.net>2017-03-09 15:10:11 -0800
commit184c1230e0ba549bebbb12d43633084b409c6230 (patch)
tree035b23f89afbc1b1fe541202b879b8d0b8c1e42c
parent7e1e43405d60d8949556c8964419fb2afec0402f (diff)
downloadgitlab-ce-184c1230e0ba549bebbb12d43633084b409c6230.tar.gz
Cleanup 8.17 to 9.0 doc with review suggestions
Fix redundant wording. Clean up code blocks and links.
-rw-r--r--doc/update/8.17-to-9.0.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/update/8.17-to-9.0.md b/doc/update/8.17-to-9.0.md
index 277d24f989f..e268a7c12ef 100644
--- a/doc/update/8.17-to-9.0.md
+++ b/doc/update/8.17-to-9.0.md
@@ -62,15 +62,15 @@ from source at the nodejs.org website.
<https://nodejs.org/en/download/>
-Since GitLab 8.17, GitLab requires the use of yarn yarn >= v0.17.0 to manage
-javascript dependencies.
+Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
+JavaScript dependencies.
- # install yarn
- curl --location https://yarnpkg.com/install.sh | bash -
-
-More information can be found on the yarnpkg.com website.
+```bash
+# install yarn
+curl --location https://yarnpkg.com/install.sh | bash -
+```
-<https://yarnpkg.com/en/docs/install>
+More information can be found on the [yarn website](https://yarnpkg.com/en/docs/install).
### 5. Get latest code