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

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-09-04 11:16:24 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-09-04 11:16:24 +0300
commitcf654d89d4668dea4ac9b6e24781f2d8d40fe6e5 (patch)
tree766d7691e834ad954af7fdff2882e57920a5e2e1 /README.md
parentc811cb46631e66772a108c393f6ef53a83ca010b (diff)
Remove slash in HTML coding
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4921e81..13910bb 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,12 @@ There are 5 ways to get started with Spectre CSS framework in your projects. You
#### Install manually
Download the compiled and minified [Spectre CSS file](https://github.com/picturepan2/spectre/tree/master/docs/dist). And include `spectre.css` located in `/docs/dist` in your website or Web app &lt;head&gt; part.
-`<link rel="stylesheet" href="spectre.min.css" />`
+`<link rel="stylesheet" href="spectre.min.css">`
#### Install from CDN
Alternatively, you can use the [unpkg](https://unpkg.com/) CDN to load compiled Spectre.css.
-`<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre.min.css" />`
+`<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre.min.css">`
#### Install with NPM
`$ npm install spectre.css --save`