Skip to content

Commit

Permalink
use add instead of develop when recommending old OpenSpecFun_jll
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Feb 3, 2021
1 parent 36d974e commit a00c4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -117,7 +117,7 @@ appropriate version, activate your MLJ environment and run

```julia
using Pkg;
Pkg.develop(PackageSpec(url="https://github.com/tlienart/OpenSpecFun_jll.jl"))
Pkg.add(PackageSpec(url="https://github.com/tlienart/OpenSpecFun_jll.jl"))
```

#### Serialization for composite models with component models with custom serialization
Expand Down

0 comments on commit a00c4db

Please sign in to comment.