From b7f2656ad0a2cf02498650e98191bfed72de4ed5 Mon Sep 17 00:00:00 2001 From: Stepan Stipl Date: Wed, 15 Jul 2020 19:18:46 +0200 Subject: [PATCH] Fix a copy-paste bug in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8890725..8294057 100755 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ You can deploy your plugins using the CDAP CLI: > load artifact config-file -For example, here if your artifact is named 'azure-decompress-action-1.0.0.jar': +For example, using the artifact names generated in the Maven build: - > load artifact target/azure-decompress-action-1.0.0.jar config-file target/azure-decompress-action-1.0.0.json + > load artifact target/amazon-s3client-action-1.0.0.jar config-file target/amazon-s3client-action-1.0.0.json ## Mailing Lists