Skip to content

Commit 480b9cf

Browse files
committed
Fix image reference
1 parent 18161e1 commit 480b9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PyIndicators is a powerful and user-friendly Python library for technical analys
88
<picture style="height: 30px;">
99
<source media="(prefers-color-scheme: dark)" srcset="static/sponsors/finterion-dark.png">
1010
<source media="(prefers-color-scheme: light)" srcset="static/sponsors/finterion-light.png">
11-
<img src="static/sponsors/finterion-light.svg" alt="Finterion Logo" style="height: 30px;">
11+
<img src="static/sponsors/finterion-light.svg" alt="Finterion Logo" width="200px" height="50px">
1212
</picture>
1313
</a>
1414

@@ -214,7 +214,7 @@ pd_df = wilders_rsi(pd_df, source_column="Close", period=14, result_column="RSI_
214214
pd_df.tail(10)
215215
```
216216

217-
![wilders_RSI](https://github.com/coding-kitties/PyIndicators/blob/main/static/images/indicators/wilers_rsi.png)
217+
![wilders_RSI](https://github.com/coding-kitties/PyIndicators/blob/main/static/images/indicators/wilders_rsi.png)
218218

219219
#### Williams %R
220220

0 commit comments

Comments
 (0)