Skip to content

Commit fac99c6

Browse files
authored
Update README.md
1 parent e16d515 commit fac99c6

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
@@ -7,7 +7,7 @@ ApplicationDrivenLearning.jl is a Julia package for training time series models
77
```julia
88
import Pkg
99

10-
Pkg.add("ApplicationDrivenLearning") # not working yet! clone the repo instead
10+
Pkg.add("https://github.com/LAMPSPUC/ApplicationDrivenLearning.jl")
1111

1212
using ApplicationDrivenLearning
1313

@@ -73,4 +73,4 @@ This package is **not yet** registered so if you want to use or test the code cl
7373
## Contributing
7474

7575
* PRs such as adding new models and fixing bugs are very welcome!
76-
* For nontrivial changes, you'll probably want to first discuss the changes via issue.
76+
* For nontrivial changes, you'll probably want to first discuss the changes via issue.

0 commit comments

Comments
 (0)