Commit 21026d3
authored
[docs] Fix on the installation instructions (#25)
Minor fix on the docs to avoid the following error:
```julia
ERROR: `https://github.com/jump-dev/ModelAnalyzer.jl` is not a valid package name. Perhaps you meant `https://github.com/jump-dev/ModelAnalyzer`
The argument appears to be a URL or path, perhaps you meant `Pkg.add(url="...")` or `Pkg.add(path="...")`.
```1 parent eb32401 commit 21026d3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments