Skip to content

Commit f9ae46d

Browse files
committed
Update Demo
1 parent deda4d5 commit f9ae46d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

demo/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7-
<title>Neblula CSS</title>
7+
<title>Neblula CSS - Demo</title>
88
<link href="dist/main.css" rel="stylesheet">
99
</head>
1010
<body>
1111
<div class="o-site-wrap o-site-wrap--padding">
1212
<div class="o-section-md">
13-
<h1>Nebula CSS</h1>
13+
<h1>Nebula CSS &mdash; Demo</h1>
14+
<p><a href="https://github.com/rbrtsmith/nebula-css">Github Repository & Documentation</a>
1415
<p>ITCSS and BEMIT based Sass/CSS framework that is ultra exensible and scales to any project size.</p>
1516
<p>You are encouraged to use your browser dev tools to see what markup structure these components require</p>
1617
<p><strong>Note:</strong> Anything prefixed with <code>demo-</code> is for demonstration purposes only and does not ship with the framework</p>
18+
<h2>Install via NPM</h2>
19+
<pre><code>npm install --save nebula-css</code></pre>
1720
</div>
1821
</div>
1922

0 commit comments

Comments
 (0)