Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can download and install this package using the general registry:

```julia
import Pkg; Pkg.add("RationalFunctionInterpolation")
import Pkg; Pkg.add("RationalFunctionApproximation")
```

If you are going to use domains other than real intervals and the unit circle, you should also install `ComplexRegions`:
Expand Down