From 3e45a67bde2995e6189f2ac385bd287c3527e200 Mon Sep 17 00:00:00 2001 From: "Joshua T. Fox" <4542591+JoshuaFox@users.noreply.github.com> Date: Tue, 9 Jun 2020 11:30:37 +0300 Subject: [PATCH] Fix a copy-paste bug in the README An unrelated Azure project was referenced --- 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