Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 27ec99f

Browse files
committed
typo
1 parent 636658d commit 27ec99f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ $ cli4 --delete files='[http://example.com/css/styles.css]' /zones/:example.com/
239239
{"id":"d8afaec3dd2b7f8c1b470e594a21a01d"}
240240
$
241241

242-
$ cli4 --delete files='[http://example.com/css/styles.css,http://example.com/js/script.js] /zones/:example.com/purge_cache | jq -c .
242+
$ cli4 --delete files='[http://example.com/css/styles.css,http://example.com/js/script.js]' /zones/:example.com/purge_cache | jq -c .
243243
{"id":"d8afaec3dd2b7f8c1b470e594a21a01d"}
244244
$
245245

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Here are the cache purging commands.
273273
{"id":"d8afaec3dd2b7f8c1b470e594a21a01d"}
274274
$
275275
276-
$ cli4 --delete files='[http://example.com/css/styles.css,http://example.com/js/script.js] /zones/:example.com/purge_cache | jq -c .
276+
$ cli4 --delete files='[http://example.com/css/styles.css,http://example.com/js/script.js]' /zones/:example.com/purge_cache | jq -c .
277277
{"id":"d8afaec3dd2b7f8c1b470e594a21a01d"}
278278
$
279279

0 commit comments

Comments
 (0)