From fd3c4a5818b0c4053d0f4799564476f7e1f7c311 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 26 Dec 2017 10:50:38 +0100 Subject: [PATCH] style sheet --> stylesheet --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 397be02..68c04f5 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ Now (online), in the .htaccess file, change the line `RewriteBase /` to `Rewrite Edit the file defaults.php with * A global title to your website; this title can later be mixed with a more specific page-based title, or be replaced. -* A list of references to CSS style sheets and pre-rendering javascripts, like ``. - We will see later how to refer to local style sheets (under a/css). +* A list of references to CSS stylesheets and pre-rendering javascripts, like ``. + We will see later how to refer to local stylesheets (under a/css). * Some javascript code which will be loaded by default after every page loads (e.g. [jQuery](http://jquery.com/). Each variable name is prepended with "b\_" to avoid potential conflicts with your own variables. @@ -75,7 +75,7 @@ You can also change the <meta> tags if needed. ### site/home.php The welcome page. You can choose a title ($s\_title) or use the default one -(by not specifying anything). Style sheets and javascripts can be customized, ...etc. +(by not specifying anything). Stylesheets and javascripts can be customized, ...etc. Any default variable can be used to define a specific variable (prepended with "s\_"). ### site/404.php -- 2.44.0