diff --git a/docs/tutorials/hello-world.md b/docs/tutorials/hello-world.md index 6c2c8b83..78ca6a24 100644 --- a/docs/tutorials/hello-world.md +++ b/docs/tutorials/hello-world.md @@ -12,7 +12,7 @@ Start by downloading the jsPsych library. The most recent version can always be ## Step 2: Create a folder to store your experiment files -Create a folder on your computer to put the experiment files in. Once you've created the folder, open the downloaded archive from step 1, and move the extracted folder (called `jspsych-6.0.3` if using v6.0.3 of jsPsych) into the experiment folder. Here's what it looks like on a Windows machine: +Create a folder on your computer to put the experiment files in. Once you've created the folder, open the downloaded archive from step 1, and move the extracted folder (called `jspsych-6.0.4` if using v6.0.4 of jsPsych) into the experiment folder. Here's what it looks like on a Windows machine: ![folder setup](/img/folder-setup.png) @@ -53,7 +53,7 @@ To use jsPsych, add a ` + @@ -66,8 +66,8 @@ You may also want to import the jsPsych stylesheet, which applies a basic set of My experiment - - + + @@ -82,9 +82,9 @@ For the demo, we want to show some text on the screen. This is exactly what the My experiment - - - + + + @@ -99,9 +99,9 @@ To add JavaScript code directly to the webpage we need to add a set of ` - - + + + - - + + + - - + + + @@ -68,9 +68,9 @@ jsPsych.init({ My experiment - - - + + + - - + + + - - - + + + + ``` @@ -222,10 +222,10 @@ timeline.push(blue_trial, orange_trial); My experiment - - - - + + + + - - - + + + + - - - + + + + - - - + + + + - - - + + + + - - - + + + + - - - + + + + - - - + + + +