We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e8a8cb + 96d58bb commit 8ab8431Copy full SHA for 8ab8431
docs/docs/hints/api.md
@@ -114,6 +114,8 @@ introJs().addHints();
114
115
Show the hint with given `hintId`.
116
117
+**Available since**: v2.4.0
118
+
119
**Example:**
120
```javascript
121
introJs().showHint(1);
@@ -125,6 +127,8 @@ introJs().showHint(1);
125
127
126
128
Show all hints.
129
130
131
132
133
134
introJs().showHints();
package.json
@@ -15,7 +15,7 @@
15
"node >=0.1.90"
16
],
17
"main": "intro.js",
18
- "license": "See LICENSE.md",
+ "license": "AGPL-3.0",
19
"spm": {
20
21
"output": [
0 commit comments