From ee2e7db26d5a64ad410995b27663a1be423a76b2 Mon Sep 17 00:00:00 2001 From: Joe Clarke Date: Wed, 13 Nov 2024 10:07:05 -0500 Subject: [PATCH] Use "package" instead of library. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cfab0d..ef122e5 100644 --- a/README.md +++ b/README.md @@ -491,7 +491,7 @@ Technical Support: http://www.cisco.com/techsupport #### EVE-NG Lab Support The `cml up` command can convert EVE-NG labs to CML labs on the fly (".unl" to ".yaml" conversion) if you install the -[eve2cml](https://pypi.org/project/eve2cml/) Python library. With that library installed, a command such as +[eve2cml](https://pypi.org/project/eve2cml/) Python package. With that library package, a command such as `cml up -f my-lab.unl` will convert `my-lab.unl` to `my-lab.yaml` in the same directory and import it into CML. #### Ansible Inventory Generation