Skip to content

Commit efa29ab

Browse files
committed
Update README.md
1 parent b7c18f5 commit efa29ab

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
intro.js
1+
Intro.js
22
========
33

4-
A better way for new feature introduction
4+
A better way for new feature introduction and step-by-step users guide for your website and project.
5+
6+
##How to use
7+
Simple 3 steps.
8+
9+
1) Include `intro.js` and `introjs.css` (or minified version for production) in your page.
10+
11+
2) Add `data-intro` and `data-step` to your HTML elements.
12+
For example:
13+
```html
14+
<a href='http://google.com/' data-intro='Hello step one!' data-step='1'></a>
15+
````
16+

0 commit comments

Comments
 (0)