mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +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
|
||||
import audioButtonResponse from '@jspsych/plugin-audio-button-response';
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
|
@ -61,6 +61,7 @@ npm install @jspsych/plugin-audio-keyboard-response
|
||||
```
|
||||
```js
|
||||
import audioKeyboardResponse from '@jspsych/plugin-audio-keyboard-response';
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
|
@ -68,6 +68,7 @@ npm install @jspsych/plugin-audio-slider-response
|
||||
```
|
||||
```js
|
||||
import audioSliderResponse from '@jspsych/plugin-audio-slider-response';
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
|
@ -96,6 +96,7 @@ npm install @jspsych/plugin-browser-check
|
||||
```
|
||||
```js
|
||||
import browserCheck from '@jspsych/plugin-browser-check';
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
|
@ -45,6 +45,7 @@ npm install @jspsych/plugin-call-function
|
||||
```
|
||||
```js
|
||||
import callFunction from '@jspsych/plugin-call-function';
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
|
@ -53,6 +53,7 @@ npm install @jspsych/plugin-canvas-button-response
|
||||
```
|
||||
```js
|
||||
import canvasButtonResponse from '@jspsych/plugin-canvas-button-response';
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
|
@ -50,6 +50,7 @@ npm install @jspsych/plugin-canvas-keyboard-response
|
||||
```
|
||||
```js
|
||||
import canvasKeyboardResponse from '@jspsych/plugin-canvas-keyboard-response';
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
|
@ -57,6 +57,7 @@ npm install @jspsych/plugin-canvas-slider-response
|
||||
```
|
||||
```js
|
||||
import canvasSliderResponse from '@jspsych/plugin-canvas-slider-response';
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user