Skip to content

Commit 3be19aa

Browse files
author
Alexandre-io
committed
doc(readme): typo fix
1 parent f662936 commit 3be19aa

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ Was inspired from [intro.js](https://github.com/usablica/intro.js) and [angular-
77

88
### Without framework
99

10-
**1)** Include `introduction.min.js` and `introduction.min.css` in your page.
11-
**2)** Add `data-intro` and `data-step` to your HTML elements. (cf. examples)
10+
**1** - Include `introduction.min.js` and `introduction.min.css` in your page.
11+
12+
**2** - Add `data-intro` and `data-step` to your HTML elements. (cf. examples)
1213

1314
### With AngularJS
14-
**1)** Include `introduction.min.js` and `introduction.min.css` in your page.
15-
**2)** Include `introduction.js` into your angular.module.
16-
**3)** Add directives `ng-intro-options` and `ng-intro-method` to your HTML elements in a controller. (cf. examples)
15+
**1** - Include `introduction.min.js` and `introduction.min.css` in your page.
16+
17+
**2** - Include `introduction.js` into your angular.module.
18+
19+
**3** - Add directives `ng-intro-options` and `ng-intro-method` to your HTML elements in a controller. (cf. examples)
1720

1821

1922
## Native API

0 commit comments

Comments
 (0)