Merge pull request #1584 from Tpbrown/fix-compress-doc

website: Update example to match parameter.
This commit is contained in:
Mitchell Hashimoto 2014-10-14 15:37:21 -07:00
commit 2cb53234f5
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ An example is shown below, showing only the post-processor configuration:
<pre class="prettyprint">
{
"type": "compress",
"path": "foo.tar.gz"
"output": "foo.tar.gz"
}
</pre>