Skip to content

Commit 05e5b0b

Browse files
committed
fixed readme
1 parent 84caeca commit 05e5b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ npm install stream-charts
8585
### [&#10514;](#content) <span id="example-raster-chart-code">example raster chart</span>
8686
For the neuron raster chart (see [example](https://github.com/robphilipp/stream-charts-examples/blob/master/src/app/examples/StreamingRasterChart.tsx))
8787

88-
![raster-chart](https://github.com/robphilipp/stream-charts/blob/master/docs/images/raster-magnifier.png?raw=true)
88+
![raster-chart](https://github.com/robphilipp/stream-charts/blob/master/images/raster-magnifier.png?raw=true)
8989

9090
```typescript jsx
9191
import {RasterChart} from "stream-charts";
@@ -181,7 +181,7 @@ import {RasterChart} from "stream-charts";
181181

182182
An example scatter chart (see [example](https://github.com/robphilipp/stream-charts-examples/blob/master/src/app/examples/StreamingScatterChart.tsx))
183183

184-
![scatter-chart-tooltip](https://github.com/robphilipp/stream-charts/blob/master/docs/images/scatter-tooltip.png?raw=true)
184+
![scatter-chart-tooltip](https://github.com/robphilipp/stream-charts/blob/master/images/scatter-tooltip.png?raw=true)
185185

186186
```typescript jsx
187187
import {ScatterChart} from "stream-charts";

0 commit comments

Comments
 (0)