Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 9eaa6fe

Browse files
committed
Update README for v0.6.0
1 parent 2d99a19 commit 9eaa6fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ introJs().onbeforechange(function(targetElement) {
251251

252252
###Attributes:
253253
- `data-intro`: The tooltip text of step
254-
- `data-step`: The number of step
254+
- `data-step`: Optionally define the number (priority) of step
255255
- `data-tooltipClass`: Optionally define a CSS class for tooltip
256256
- `data-position`: Optionally define the position of tooltip, `top`, `left`, `right` or `bottom`. Default is `bottom`
257257

@@ -266,7 +266,10 @@ introJs().onbeforechange(function(targetElement) {
266266
- `tooltipClass`: Adding CSS class to all tooltips
267267
- `exitOnEsc`: Exit introduction when pressing Escape button, `true` or `false`
268268
- `exitOnOverlayClick`: Exit introduction when clicking on overlay layer, `true` or `false`
269-
- `showStepNumbers`: Show steps number in the red circle or not, `true` of `false`
269+
- `showStepNumbers`: Show steps number in the red circle or not, `true` or `false`
270+
- `keyboardNavigation`: Navigating with keyboard or not, `true` or `false`
271+
- `showButtons`: Show introduction navigation buttons or not, `true` or `false`
272+
- `showBullets`: Show introduction bullets or not, `true` or `false`
270273

271274
See [setOption](https://github.com/usablica/intro.js/#introjssetoptionoption-value) to see an example.
272275

0 commit comments

Comments
 (0)