fix broken code block in install section

This commit is contained in:
Becky Gilbert 2022-05-02 11:25:36 -07:00
parent 8a29d49b2e
commit e3ed495ce1
8 changed files with 8 additions and 0 deletions

View File

@ -63,6 +63,7 @@ npm install @jspsych/plugin-audio-button-response
```
```js
import audioButtonResponse from '@jspsych/plugin-audio-button-response';
```
## Examples

View File

@ -61,6 +61,7 @@ npm install @jspsych/plugin-audio-keyboard-response
```
```js
import audioKeyboardResponse from '@jspsych/plugin-audio-keyboard-response';
```
## Examples

View File

@ -68,6 +68,7 @@ npm install @jspsych/plugin-audio-slider-response
```
```js
import audioSliderResponse from '@jspsych/plugin-audio-slider-response';
```
## Examples

View File

@ -96,6 +96,7 @@ npm install @jspsych/plugin-browser-check
```
```js
import browserCheck from '@jspsych/plugin-browser-check';
```
## Examples

View File

@ -45,6 +45,7 @@ npm install @jspsych/plugin-call-function
```
```js
import callFunction from '@jspsych/plugin-call-function';
```
## Examples

View File

@ -53,6 +53,7 @@ npm install @jspsych/plugin-canvas-button-response
```
```js
import canvasButtonResponse from '@jspsych/plugin-canvas-button-response';
```
## Examples

View File

@ -50,6 +50,7 @@ npm install @jspsych/plugin-canvas-keyboard-response
```
```js
import canvasKeyboardResponse from '@jspsych/plugin-canvas-keyboard-response';
```
## Examples

View File

@ -57,6 +57,7 @@ npm install @jspsych/plugin-canvas-slider-response
```
```js
import canvasSliderResponse from '@jspsych/plugin-canvas-slider-response';
```
## Examples