mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
fix example extension link in extensions.md
This commit is contained in:
parent
71f3cd440a
commit
82b611bd76
@ -9,7 +9,7 @@ To use an extension in an experiment, you'll load the extension file via a `<scr
|
||||
```html
|
||||
<head>
|
||||
<script src="https://unpkg.com/jspsych@7.0.0"></script>
|
||||
<script src="jspsych/extensions/example.js"></script>
|
||||
<script src="https://unpkg.com/@jspsych/extensions/jspsych-ext-example@1.0.0"></script>
|
||||
</head>
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user