Skip to content

Commit 72832c1

Browse files
committed
fix name
1 parent f1e6e93 commit 72832c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

waveclus-compiled/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are three main steps for generating a functional Waveclus docker image:
2020
- Git clone or Download waveclus [source code](https://github.com/csn-le/wave_clus)
2121
- Open Matlab
2222
- Set Matlab's workspace folder to `/path/to/spikeinterface-dockerfiles/waveclus-compiled`
23-
- Run `mcc` command with `waveclus_compiled.m` as base and adding path to git cloned waveclust:
23+
- Run `mcc` command with `waveclus_compiled.m` as base and adding path to git cloned waveclus:
2424
```matlab
2525
>> mcc -m waveclus_compiled.m -a <git-cloned-path>/wave_clus
2626
```

waveclus-compiled/waveclus_compiled.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function waveclust_compiled(outputFolder)
1+
function waveclus_compiled(outputFolder)
22

33
% par.mat file should contain a variable called par_input
44
load(fullfile(outputFolder, 'par_input.mat'));

0 commit comments

Comments
 (0)