Skip to content

Commit 051aa93

Browse files
authored
Fix image URL
1 parent dddad07 commit 051aa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ julia> using Gadfly
165165
plot(spks, x=:time_sub, y=:data, group=:time_rep, color=DataFrames.RepeatedVector(Ks.assignments, size(spks, 1), 1), Geom.line)
166166
```
167167

168-
![clustered spike snippets](doc/spikes.png)
168+
![clustered spike snippets](docs/spikes.png)
169169

170170

171171
## Indexing

0 commit comments

Comments
 (0)