From abf7b73d8138959e1bb32e98d2707f367cb679cd Mon Sep 17 00:00:00 2001 From: bedroesb Date: Mon, 18 Dec 2023 10:00:58 +0100 Subject: [PATCH] fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7658f31..0f8c86a 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ By default the updated tables after submission will have the action `added` in t * **Using an ISA JSON** ``` - ena-upload-cli --action add --center 'your_center_name' --data example_data/*gz --dev --checklist ERC000033 --secret .secret.yml --isa_json tests/test_data/simple_test_case_v2.json --isa_assay_stream "Ena stream 1" + ena-upload-cli --action add --center 'your_center_name' --data example_data/*gz --dev --secret .secret.yml --isa_json tests/test_data/simple_test_case_v2.json --isa_assay_stream "Ena stream 1" ``` * **Release submission**