From 2f2ddce6323333497b99b24479d13aed44845254 Mon Sep 17 00:00:00 2001 From: f-ttok Date: Fri, 4 Sep 2026 22:23:26 +0900 Subject: [PATCH] docs: fix typo in installation command (`RationalFunctionInterpolation` -> `RationalFunctionApproximation`) --- docs/src/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/install.md b/docs/src/install.md index 4b53d2a..29699c2 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -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`: