We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a18ff commit f0c1013Copy full SHA for f0c1013
README.md
@@ -23,10 +23,10 @@ Install `MathOptAnalyzer` using `Pkg.add`:
23
24
```julia
25
import Pkg
26
-Pkg.add(; url = "https://github.com/jump-dev/MathOptAnalyzer.jl")
+Pkg.add("MathOptAnalyzer")
27
```
28
29
## Documentation
30
31
-The [documentation for MathOptAnalyzer.jl](https://jump.dev/MathOptAnalyzer.jl/dev/)
+The [documentation for MathOptAnalyzer.jl](https://jump.dev/MathOptAnalyzer.jl/stable/)
32
describes how to use the package.
0 commit comments