Skip to content

Commit f5a7c09

Browse files
committed
Update README.md
1 parent b06a1fc commit f5a7c09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ jsPsych
33

44
jsPsych is a JavaScript library for creating and running behavioral experiments in a web browser. jsPsych simplifies the process of coding browser-based experiments by providing a set of flexibile plugins that define different kinds of tasks a subject could complete during an experiment. By assembling different plugins together and customizing the parameters of each, it is possible to create many different types of experiments.
55

6+
If creating your experiment is not possible with the current set of jsPsych plugins, consider [writing a new plugin](https://github.com/jodeleeuw/jsPsych/wiki/Create-a-Plugin). The core jsPsych library provides a useful framework for constructing experiments by managing the presentation of trials and recording data. It may be faster to develop a jsPsych compatible plugin than writing an experiment from scratch. You will also be able to take advantage of all of the other jsPsych plugins for basic tasks like displaying instructions.
7+
68

79
Documentation
810
-------------
@@ -16,6 +18,6 @@ trying some of the demos is a good place to start.
1618
Contact
1719
-------
1820

19-
jsPsych was created by Josh de Leeuw (@jodeleeu) at Indiana University.
21+
jsPsych was created by Josh de Leeuw ([@jodeleeu](https://github.com/jodeleeuw)) at Indiana University.
2022

2123

0 commit comments

Comments
 (0)