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 2bbd435 commit 1d35c91Copy full SHA for 1d35c91
README.md
@@ -39,7 +39,7 @@ var enjoyhint_instance = new EnjoyHint({});
39
//hide EnjoyHint after a click on the button.
40
var enjoyhint_script_steps = [
41
{
42
- "click .new_btn" : 'Click the "New" button to start creating your project'
+ 'click .new_btn' : 'Click the "New" button to start creating your project'
43
}
44
];
45
@@ -58,10 +58,10 @@ Highlight some button and after you click on it, highlight some panel:
58
```javascript
59
60
61
- "click .some_btn" : 'Click on this btn'
+ 'click .some_btn' : 'Click on this btn'
62
},
63
64
- "click .some_panel" : 'Click on this panel'
+ 'click .some_panel' : 'Click on this panel'
65
66
67
```
0 commit comments