fix example extension link in extensions.md

This commit is contained in:
Becky Gilbert 2021-09-27 16:32:58 -07:00
parent 71f3cd440a
commit 82b611bd76

View File

@ -9,7 +9,7 @@ To use an extension in an experiment, you'll load the extension file via a `<scr
```html ```html
<head> <head>
<script src="https://unpkg.com/jspsych@7.0.0"></script> <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> </head>
``` ```