Skip to content

Commit c02abb3

Browse files
committed
A little changes in the example file
1 parent e5dda90 commit c02abb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3 class="muted">Intro.js</h3>
3737

3838
<div class="jumbotron">
3939
<h1 data-step="1" data-intro="Hello all! :) This project's called Intro.js.">Intro<span style="font-weight: normal;">.js</span></h1>
40-
<p class="lead" data-step="4" data-intro="Let's try it. It's free and open-source." data-position='top'>Better introductions for websites and features with a step-by-step guide for your projects.</p>
40+
<p class="lead" data-step="4" data-intro="Let's try it. It's free and open-source.">Better introductions for websites and features with a step-by-step guide for your projects.</p>
4141
<a class="btn btn-large btn-success" href="javascript:void(0);" onclick="javascript:introJs().start();">Show me how</a>
4242
</div>
4343

@@ -49,7 +49,7 @@ <h4>Easy to Use</h4>
4949
<p>Just include the js and css files and add <code>data-step</code> and <code>data-intro</code> to your code.</p>
5050

5151
<h4>Fast &amp; Small</h4>
52-
<p><strong>4 KB</strong> JavaScript and <strong>2 KB</strong> CSS. That's all.</p>
52+
<p><strong>7 KB</strong> JavaScript and <strong>3 KB</strong> CSS. That's all.</p>
5353

5454
<h4>Free &amp; Open-Source</h4>
5555
<p>Free and open-source (including commercial use). Published under MIT license.</p>
@@ -60,7 +60,7 @@ <h4>Keyboard + Mouse navigation</h4>
6060
<p>Ability to navigate with the mouse, or the keyboard - <code></code>, <code></code>, <code>ENTER</code> and <code>ESC</code> to exit.</p>
6161

6262
<h4>Browser Compatibllity</h4>
63-
<p>Better compatibility is on the roadmap, but currently it should work in recent versions of Firefox and Chrome (probably IE10, too!)</p>
63+
<p>Better compatibility is on the roadmap, but currently it should work in recent versions of Firefox, Chrome and IE8 also.</p>
6464
<h4>Developed with &lt;3</h4>
6565
<p>With &lt;3 in <a href='http://usabli.ca/' target="_blank" title="usabli.ca group">usabli.ca</a>, Tehran.</p>
6666
</div>

0 commit comments

Comments
 (0)