Skip to content

Commit 3df8767

Browse files
committed
Update README.md
1 parent bae3c4a commit 3df8767

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ $.get('/load/some_data', function(data){
113113
* `set` - set current steps configuration. Arguments: config
114114
* `run` - run the current script. Has no arguments
115115
* `resume` - resume the script from the step where it was stopped. Has no arguments
116-
* `getCurrentStep` - returns the current step index
116+
* `getCurrentStep` - returns the current step index
117+
* `trigger` - After writing this code you can either move to the next step or finish with EnjoyHint (next|skip)
117118

118119
#### Events
119120
**Script Events**:

0 commit comments

Comments
 (0)