Skip to content

Commit 0b69721

Browse files
committed
Update README
1 parent f02d3f9 commit 0b69721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const stateMachine = new StateMachine(machineDefinition, { checkPaths: false });
8383

8484
### `async StateMachine.run(input[, options])`
8585

86-
Executes the state machine with the given `input` parameter and returns the result of the execution.
86+
Runs the state machine with the given `input` parameter and returns the result of the execution. Each execution is independent of all others, meaning that you can concurrently call this method as many times as needed, without worrying about race conditions.
8787

8888
It takes the following parameters:
8989

0 commit comments

Comments
 (0)