mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
fix broken code block in install section
This commit is contained in:
parent
8a29d49b2e
commit
e3ed495ce1
@ -63,6 +63,7 @@ npm install @jspsych/plugin-audio-button-response
|
|||||||
```
|
```
|
||||||
```js
|
```js
|
||||||
import audioButtonResponse from '@jspsych/plugin-audio-button-response';
|
import audioButtonResponse from '@jspsych/plugin-audio-button-response';
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@ -61,6 +61,7 @@ npm install @jspsych/plugin-audio-keyboard-response
|
|||||||
```
|
```
|
||||||
```js
|
```js
|
||||||
import audioKeyboardResponse from '@jspsych/plugin-audio-keyboard-response';
|
import audioKeyboardResponse from '@jspsych/plugin-audio-keyboard-response';
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@ -68,6 +68,7 @@ npm install @jspsych/plugin-audio-slider-response
|
|||||||
```
|
```
|
||||||
```js
|
```js
|
||||||
import audioSliderResponse from '@jspsych/plugin-audio-slider-response';
|
import audioSliderResponse from '@jspsych/plugin-audio-slider-response';
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@ -96,6 +96,7 @@ npm install @jspsych/plugin-browser-check
|
|||||||
```
|
```
|
||||||
```js
|
```js
|
||||||
import browserCheck from '@jspsych/plugin-browser-check';
|
import browserCheck from '@jspsych/plugin-browser-check';
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ npm install @jspsych/plugin-call-function
|
|||||||
```
|
```
|
||||||
```js
|
```js
|
||||||
import callFunction from '@jspsych/plugin-call-function';
|
import callFunction from '@jspsych/plugin-call-function';
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@ -53,6 +53,7 @@ npm install @jspsych/plugin-canvas-button-response
|
|||||||
```
|
```
|
||||||
```js
|
```js
|
||||||
import canvasButtonResponse from '@jspsych/plugin-canvas-button-response';
|
import canvasButtonResponse from '@jspsych/plugin-canvas-button-response';
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@ -50,6 +50,7 @@ npm install @jspsych/plugin-canvas-keyboard-response
|
|||||||
```
|
```
|
||||||
```js
|
```js
|
||||||
import canvasKeyboardResponse from '@jspsych/plugin-canvas-keyboard-response';
|
import canvasKeyboardResponse from '@jspsych/plugin-canvas-keyboard-response';
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@ npm install @jspsych/plugin-canvas-slider-response
|
|||||||
```
|
```
|
||||||
```js
|
```js
|
||||||
import canvasSliderResponse from '@jspsych/plugin-canvas-slider-response';
|
import canvasSliderResponse from '@jspsych/plugin-canvas-slider-response';
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user