Skip to content

Commit 1f7ba80

Browse files
committed
Copy-edit the readme
1 parent 2d2bef0 commit 1f7ba80

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Intro.js
22
========
33

4-
A better way for new feature introduction and step-by-step users guide for your website and project.
4+
Better introductions for websites and features with a step-by-step guide for your projects.
55

66
##How to use
7-
Simple 3 steps.
7+
Intro.js can be added to your site in three simple steps:
88

9-
**1)** Include `intro.js` and `introjs.css` (or minified version for production) in your page.
9+
**1)** Include `intro.js` and `introjs.css` (or the minified version for production) in your page.
1010

1111
**2)** Add `data-intro` and `data-step` to your HTML elements.
1212
For example:
@@ -19,13 +19,14 @@ For example:
1919
introJs().start();
2020
````
2121

22-
Also you can pass one parameter to `introJs` function to limit the presentation section, for example `introJs(".introduction-farm").start();` runs the introduction only for elements with `class='introduction-farm'`.
22+
Optionally, pass one parameter to `introJs` function to limit the presentation section, for example `introJs(".introduction-farm").start();` runs the introduction only for elements with `class='introduction-farm'`.
2323

2424
##Roadmap
25-
- Browsers compatibility
25+
- More browser compatibility
2626

2727
##Contributors
2828
- [Afshin Mehrabani](http://afshinm.name/)
29+
- [@voltagex](http://github.com/voltagex)
2930

3031
##License
3132

0 commit comments

Comments
 (0)