Skip to content

Commit d228cdf

Browse files
committed
Fix type
1 parent 980acd6 commit d228cdf

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
@@ -116,7 +116,7 @@ def sma(
116116
Example
117117

118118
```python
119-
from investing_algorithm_framework import donwload
119+
from investing_algorithm_framework import download
120120

121121
from pyindicators import sma
122122

@@ -560,7 +560,7 @@ def is_crossover(
560560
Example
561561

562562
```python
563-
from investing_algorithm_framework import CSVOHLCVMarketDataSource
563+
from investing_algorithm_framework import download
564564

565565
from pyindicators import crossover, ema
566566

0 commit comments

Comments
 (0)