You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,11 @@
3
3
> Better introductions for websites and features with a step-by-step guide for your projects.
4
4
5
5
## How to use
6
-
Intro.js can be added to your site in three simple steps:
6
+
This fork is written in commonJS. In order to use, install with jspm or any other package manager which supports commonJS modules.
7
7
8
-
**1)** Include `intro.js` and `introjs.css` (or the minified version for production) in your page. Use `introjs-rtl.min.css` for Right-to-Left language support.
8
+
`jspm i github:capaj/intro.js`
9
9
10
-
> CDN hosted files are available at [jsDelivr](http://www.jsdelivr.com/#!intro.js) (click Show More) & [cdnjs](http://cdnjs.com/#introjs).
11
-
12
-
**2)** Add `data-intro` and `data-step` to your HTML elements.
0 commit comments