From 2d3ba3a559bab6ee7ee3ef6cb31fa2a2366b0672 Mon Sep 17 00:00:00 2001 From: Martin Levy Date: Thu, 22 Feb 2018 23:20:56 -0800 Subject: [PATCH] tweak of workers file upload syntax --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4d1059..ee25f6a 100644 --- a/README.md +++ b/README.md @@ -806,7 +806,7 @@ $ Now lets add the script. Looking above, you will see that it's simple action is to modify the `````` statement and make the background yellow. ``` -$ cli4 --put =@- /zones/:example.com/workers/script < modify-body.js +$ cli4 --put @- /zones/:example.com/workers/script < modify-body.js { "etag": "1234567890123456789012345678901234567890123456789012345678901234", "id": "example-com", diff --git a/README.rst b/README.rst index 2949cc1..8b6ac3f 100644 --- a/README.rst +++ b/README.rst @@ -889,7 +889,7 @@ yellow. :: - $ cli4 --put =@- /zones/:example.com/workers/script < modify-body.js + $ cli4 --put @- /zones/:example.com/workers/script < modify-body.js { "etag": "1234567890123456789012345678901234567890123456789012345678901234", "id": "example-com",