From 3998776c269ab26707f818d93ef244ff3fadbe98 Mon Sep 17 00:00:00 2001 From: Joshua Fox Date: Tue, 4 Aug 2020 17:31:45 +0300 Subject: [PATCH] documentation fix --- 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