Skip to content

Commit 1d35c91

Browse files
committed
Update README.md
1 parent 2bbd435 commit 1d35c91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var enjoyhint_instance = new EnjoyHint({});
3939
//hide EnjoyHint after a click on the button.
4040
var enjoyhint_script_steps = [
4141
{
42-
"click .new_btn" : 'Click the "New" button to start creating your project'
42+
'click .new_btn' : 'Click the "New" button to start creating your project'
4343
}
4444
];
4545

@@ -58,10 +58,10 @@ Highlight some button and after you click on it, highlight some panel:
5858
```javascript
5959
var enjoyhint_script_steps = [
6060
{
61-
"click .some_btn" : 'Click on this btn'
61+
'click .some_btn' : 'Click on this btn'
6262
},
6363
{
64-
"click .some_panel" : 'Click on this panel'
64+
'click .some_panel' : 'Click on this panel'
6565
}
6666
];
6767
```

0 commit comments

Comments
 (0)