Skip to content

Commit

Permalink
MNT: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu committed Nov 1, 2021
1 parent d2437b3 commit 1c7b4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mne.set_config('MNE_BROWSE_BACKEND', 'pyqtgraph')
Then load and plot your Raw-data, e.g. by using:
```python
raw = mne.io.read_raw("path to your data")
raw.plot()
raw.plot(block=True)
```

If you want to try the browser nust with the sample-dataset from mne-python,
Expand Down

0 comments on commit 1c7b4c3

Please sign in to comment.