Skip to content

Commit 213c764

Browse files
authored
Update README.md
1 parent e8c3b88 commit 213c764

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
@@ -15,7 +15,7 @@ Including the optional `-e` flag will install neuralprophet in "editable" mode,
1515
Now in any notebook you can do:
1616

1717
```python
18-
import neuralprophet
18+
from neuralprophet import NeuralProphet
1919
model = NeuralProphet()
2020
```
2121

0 commit comments

Comments
 (0)