From: Benjamin Auder <benjamin.a@mailoo.org> Date: Thu, 5 Feb 2015 16:25:06 +0000 (+0100) Subject: fix README.html X-Git-Url: https://git.auder.net/variants/Chakart/doc/scripts/pieces/css/%3C?a=commitdiff_plain;h=1d0828fd55c47f8c11ee87d09ee653fd6d8159b2;p=sview.git fix README.html --- diff --git a/README.html b/README.html index 3b3f0a4..2573e9d 100644 --- a/README.html +++ b/README.html @@ -71,7 +71,7 @@ Get the source code either with <code>git clone</code> command or using a zip ar <li>A global title to your website; this title can later be mixed with a more specific page-based title, or be replaced.</li> <li>A list of references to CSS style sheets and pre-rendering javascript, like - <code><link rel="stylesheet" href="http://cran.r-project.org/R.css"/></code>. + <code><link rel="stylesheet" href="http://cran.r-project.org/R.css"/></code>. We will see later how to refer to local style sheets (under a/css).</li> <li>Some javascript code which will be loaded by default after every page loads (e.g. <a href="http://jquery.com/">jquery</a>).</li>