Skip to content

Commit

Permalink
Fix typo in README.md (#1436)
Browse files Browse the repository at this point in the history
direclty -> directly
  • Loading branch information
eltociear authored Oct 2, 2023
1 parent 1aa9f37 commit b743384
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 @@ -82,7 +82,7 @@ pip install neuralprophet[live]
```
This will allow you to enable `plot_live_loss` in the `fit` function to get a live plot of train (and validation) loss.

If you would like the most up to date version, you can instead install direclty from github:
If you would like the most up to date version, you can instead install directly from github:
```shell
git clone <copied link from github>
cd neural_prophet
Expand Down

0 comments on commit b743384

Please sign in to comment.