From cff6d28beaca3be35b6244e15273d9c9a59fb879 Mon Sep 17 00:00:00 2001 From: Ochibobo <37383294+Ochibobo@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:30:00 +0300 Subject: [PATCH] Replaced JuMP with Juniper in the installation section (#268) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fae1b5..b348976 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Install Juniper using the Julia package manager: ```julia import Pkg -Pkg.add("JuMP") +Pkg.add("Juniper") ``` ## Use with JuMP