Skip to content

Commit 20398a3

Browse files
committed
fixing type in README
1 parent 682b722 commit 20398a3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ Burwell, S. J., Malone, S. M., Bernat, E. M., & Iacono, W. G. (2014). Does elect
1818
* Easy-to-implement Current Source Density transformation (http://psychophysiology.cpmc.columbia.edu/Software/CSDtoolbox/), see proc_CSD()
1919

2020
# How to use:
21-
1. Add MATLAB path to local copy of EEGLAB (strongly recommended to use version 14.1.1b or above, issues with pop_resample)
2221
```julia
22+
%% 1. Add MATLAB path to local copy of EEGLAB (strongly recommended to use version 14.1.1b or above, issues with pop_resample)
2323
eeglab; %keeping EEGLAB GUI open is optional, to close, simply type "close;"
24-
```julia
25-
2. Add MATLAB path to local copy of eeg_commander directory
26-
```julia
24+
%% 2. Add MATLAB path to local copy of eeg_commander directory
2725
eeg_commander_startup;
2826
help eeg_commander;
29-
```julia
27+
```
3028

0 commit comments

Comments
 (0)