We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bcfa7 commit 76344ceCopy full SHA for 76344ce
src/View.v
@@ -158,7 +158,7 @@ LString.s " </ul>
158
159
Definition description (name : LString.t) (version : Version.t) : LString.t :=
160
LString.s " <p class=""lead"">" ++ LString.escape_html (Version.description version) ++ LString.s "</p>
161
- <pre>opam install -j4 " ++ LString.escape_html name ++ LString.s "." ++ LString.escape_html (Version.version version) ++ LString.s "</pre>
+ <pre>opam install " ++ LString.escape_html name ++ LString.s "." ++ LString.escape_html (Version.version version) ++ LString.s "</pre>
162
".
163
164
Definition field (is_url : bool) (name value : LString.t) : LString.t :=
0 commit comments