We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95f750e + 289dd7f commit baa7b8cCopy full SHA for baa7b8c
README.md
@@ -56,7 +56,7 @@ Tested:
56
57
## Documentation
58
59
-All the documentation is accessible [here](./docs/00_index.md).
+All the documentation is accessible [here](./docs/00-index.md).
60
61
## Content
62
src/eyeTracker.m
@@ -163,7 +163,7 @@
163
164
%% Add tag during the recording (e.g. trial_type)
165
166
- message = varargin;
+ message = varargin{1};
167
168
% EyeLink Stop recording the block.
169
Eyelink('Message', message);
0 commit comments