Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-07-06 16:25:51 +0300
committerMichaël Zasso <targos@protonmail.com>2021-09-04 13:47:01 +0300
commitfc7d714149fa61b2e8b8bd8cf87dd14039aab93e (patch)
tree1b083cf3bd85af7c09d5778aa0efc3baa398103f /doc
parent22f0b7e0d0a4488786a4f143458bdea3872d046e (diff)
doc: simplify CRAN mirror text in benchmark guide
PR-URL: https://github.com/nodejs/node/pull/39287 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/writing-and-running-benchmarks.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/guides/writing-and-running-benchmarks.md b/doc/guides/writing-and-running-benchmarks.md
index 7e00e65a7b8..1198abe19bf 100644
--- a/doc/guides/writing-and-running-benchmarks.md
+++ b/doc/guides/writing-and-running-benchmarks.md
@@ -74,11 +74,8 @@ install.packages("ggplot2")
install.packages("plyr")
```
-In the event that a message is reported stating that a CRAN mirror must be
-selected first, specify a mirror by adding in the repo parameter.
-
-If we used the "<http://cran.us.r-project.org>" mirror, it could look something
-like this:
+If a message states that a CRAN mirror must be selected first, specify a mirror
+with the `repo` parameter.
```r
install.packages("ggplot2", repo="http://cran.us.r-project.org")