From 18a1c4fcc24e35589bfcecf66116fb01ec02b45a Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Mon, 8 Jan 2018 09:24:55 -0500 Subject: [PATCH] fix logo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af99440..db8b8969 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![logo](http://www.jspsych.org/img/jspsych-logo-readme.jpg) +![logo](http://www.jspsych.org/img/jspsych-logo.jpg) jsPsych is a JavaScript library for creating behavioral experiments that run in a web browser. jsPsych provides a framework for defining experiments using a set of flexible plugins that create different kinds of tasks a subject could complete during an experiment. By assembling these different plugins together it is possible to create many different types of experiments.