From 0b87d8b9a22c72241f66b4de36d45967250bca25 Mon Sep 17 00:00:00 2001 From: Olamide Ojo Date: Sun, 20 Oct 2024 15:36:56 +0100 Subject: [PATCH] update readme Signed-off-by: Olamide Ojo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f212e44..e9b8baa1 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Create a dictionary to handle communication with the plug-in: Alternatively, you can use an existing Zowe CLI profile instead: ```python - from zowe.zos_core_for_zowe_sdk import ProfileManager + from zowe.core_for_zowe_sdk import ProfileManager from zowe.zos_console_for_zowe_sdk import Console profile = ProfileManager().load(profile_type="zosmf")