Browse Source

업데이트 'README.md'

Hio-Been Han 4 years ago
parent
commit
8d1fdca063
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -41,11 +41,11 @@ Raw EEG data are saved in EEGLAB dataset format (*.set). Below are the list of f
 <br>
 <br>
 # 3. How to get started (Python 3 without _gin_)
-<br>
 As the data are saved in EEGLAB format, you need to install appropriate module to access the data in Python3 environment. The fastest way would be to use *read_epochs_eeglab()* function in *MNE-python* module. You can download the toolbox from the link below (or use *pip*).
 
 *[MNE-python]* https://martinos.org/mne/stable/index.html
 
+<br>
 ## Part 1. Accessing dataset
 <br>