From 4755837f1c21636dcf3f01061389103b3383ba8a Mon Sep 17 00:00:00 2001 From: tmigot Date: Wed, 10 Aug 2022 12:41:54 -0400 Subject: [PATCH] Fix readme to install `NLPModelsModifiers` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b273233..ea31251 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,5 @@ See the [documentation](https://JuliaSmoothOptimizers.github.io/NLPModels.jl/dev ## Installation ```julia -pkg> add NLPModels -``` \ No newline at end of file +pkg> add NLPModelsModifiers +```