minor wording changes

This commit is contained in:
Josh de Leeuw 2014-05-21 16:41:11 -04:00
parent 3e36bd7b32
commit 2533d9969b

View File

@ -16,7 +16,7 @@
<div class="wrapper">
<header>
<h1>jsPsych</h1>
<p>A javascript library for running behavioral experiments on the web.</p>
<p>a javascript library for creating and running behavioral experiments online</p>
<h2>Latest Release - v2.3.2</h2>
<ul>
@ -30,7 +30,7 @@
<section>
<p>
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
jsPsych simplifies the process of coding online 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.