diff --git a/docs/extensions/jspsych-ext-webgazer.md b/docs/extensions/jspsych-ext-webgazer.md index 345c8121..6f757b88 100644 --- a/docs/extensions/jspsych-ext-webgazer.md +++ b/docs/extensions/jspsych-ext-webgazer.md @@ -4,7 +4,9 @@ This extension supports eye tracking through the [WebGazer](https://webgazer.cs. ## Parameters -Parameters can be set when calling `jsPsych.init()` +### Initialization Parameters + +Initialization parameters can be set when calling `jsPsych.init()` ```js jsPsych.init({ @@ -19,11 +21,29 @@ Parameter | Type | Default Value | Description webgazer | object | `undefined` | You can explicitly pass a reference to a loaded instance of the webgazer.js library. If no explicit reference is passed then the extension will look for a global `webgazer` object. If you are loading webgazer.js via a `