Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Magnuson committed Apr 4, 2017
1 parent c89153a commit 210a49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pip install pyti

Simple example usage of library:
```python
from py_ti.exponential_moving_average import exponential_moving_average as ema
from pyti.exponential_moving_average import exponential_moving_average as ema

data = [6, 7, 3, 6, 3, 9, 5]
period = 2
Expand Down

0 comments on commit 210a49c

Please sign in to comment.