From 4b98dbb4543f66c8aca36a5ccbb3d789c1489a0f Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sun, 26 Jun 2016 13:58:49 +0100 Subject: [PATCH] Docs: reduce ambiguity of tile-based ZIP file output #474 --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 15df687a..2249c213 100644 --- a/docs/api.md +++ b/docs/api.md @@ -543,7 +543,7 @@ The size, overlap, container and directory layout to use when generating square * `container` is a String, with value `fs` or `zip`. The default value is `fs`. * `layout` is a String, with value `dz`, `zoomify` or `google`. The default value is `dz`. -You can also use the file extension .zip or .szi to write to a ZIP container instead of the filesystem. +You can also use the file extension `.zip` or `.szi` to write to a compressed archive file format. ```javascript sharp('input.tiff')