Fix for broken link on hello-world

This commit is contained in:
Jeremy Bunting 2023-02-23 15:16:21 -05:00 committed by GitHub
parent fd3a3e5562
commit fb97ec1673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -413,7 +413,7 @@ Once the plugin is imported we can create a trial using the plugin.
To declare a trial that uses the `html-keyboard-response` plugin, we create an object with the property `type` equal to `htmlKeyboardResponse`. To declare a trial that uses the `html-keyboard-response` plugin, we create an object with the property `type` equal to `htmlKeyboardResponse`.
We can specify the other parameters of the plugin in the same object. We can specify the other parameters of the plugin in the same object.
Here we use the `stimulus` parameter to include a message. Here we use the `stimulus` parameter to include a message.
You can see the full set of parameters for each plugin on its [documentation page](../plugins/html-keyboard-response). You can see the full set of parameters for each plugin on its [documentation page](../plugins/html-keyboard-response.md).
```js ```js
import {initJsPsych} from 'jspsych'; import {initJsPsych} from 'jspsych';