From b39582702568dc661ef9faf1dc4c7537b4f4e9c0 Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Wed, 11 Oct 2023 18:12:55 +0200 Subject: [PATCH] Update README-ML-CLI.md --- README-ML-CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-ML-CLI.md b/README-ML-CLI.md index ca10a873..a2c3149f 100644 --- a/README-ML-CLI.md +++ b/README-ML-CLI.md @@ -206,7 +206,7 @@ export CURRENT_VERSION= # Example: export CURR curl -L https://github.com/AxaGuilDEv/ecotag/releases/download/${CURRENT_VERSION}/ecotag-osx-x64.zip --output ml-cli.zip unzip ml-cli.zip -d ./ecotag # Download demo-api -curl -L https://github.com/AxaGuilDEv/ecotag/releases/download/${CURRENT_VERSION}/ecotag-osx-x64.zip --output demo-api.zip +curl -L https://github.com/AxaGuilDEv/ecotag/releases/download/${CURRENT_VERSION}/demo-api-osx-x64.zip --output demo-api.zip unzip demo-api.zip -d ./demo-api # Download demo directory