We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c18f5 commit efa29abCopy full SHA for efa29ab
README.md
@@ -1,4 +1,16 @@
1
-intro.js
+Intro.js
2
========
3
4
-A better way for new feature introduction
+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