From 9861704a02d3368f209705627b1bc26f762cfe8c Mon Sep 17 00:00:00 2001 From: Scott Burwell Date: Mon, 21 Oct 2019 16:07:23 -0500 Subject: [PATCH] fixing type in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 432b890..d40df43 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Burwell, S. J., Malone, S. M., Bernat, E. M., & Iacono, W. G. (2014). Does elect # How to use: 1. Add MATLAB path to local copy of EEGLAB (strongly recommended to use version 14.1.1b or above, issues with pop_resample) -2. >> eeglab; %keeping EEGLAB GUI open is optional, to close, simply type "close;" +2. >>eeglab; %keeping EEGLAB GUI open is optional, to close, simply type "close;" 2. Add MATLAB path to local copy of eeg_commander directory -3. >> eeg_commander_startup; -4. >> help eeg_commander; +3. >>eeg_commander_startup; +4. >>help eeg_commander;