Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install `MathOptIIS` using `Pkg.add`:

```julia
import Pkg
Pkg.add(; url = "https://github.com/jump-dev/MathOptIIS.jl")
Pkg.add("MathOptIIS")
```

## The name
Expand All @@ -41,5 +41,5 @@ So we choose the name MathOptIIS, and you can decide what the acronym stands for

## Documentation

The [documentation for MathOptIIS.jl](https://jump.dev/MathOptIIS.jl/dev/)
The [documentation for MathOptIIS.jl](https://jump.dev/MathOptIIS.jl/stable/)
describes how to use the package.
Loading