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",