Skip to content

Commit c4a47f4

Browse files
committed
Updated readme instructions for SetOptions to use single quotes
1 parent 5e84e4e commit c4a47f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Set a group of options to the introJs object.
142142

143143
**Example:**
144144
```javascript
145-
introJs().setOptions({ skipLabel: "Exit", tooltipPosition: "right" });
145+
introJs().setOptions({ 'skipLabel': 'Exit', 'tooltipPosition': 'right' });
146146
````
147147

148148
----

0 commit comments

Comments
 (0)