From 61480d1b10cb067c161320274b7061fc83caaa5a Mon Sep 17 00:00:00 2001 From: Murad Date: Tue, 28 Nov 2023 09:48:11 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15fbf34..2a4ff92 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To install the package as a library use: > *pip install optimisation-algorithms* Then to import: -> *import optimisation-algorithms* +> *import optimisation_algorithms* ---