Update example to match parameter.

The example showed "path" instead of "output".
This commit is contained in:
Tim Brown 2014-10-13 12:56:53 -07:00
parent 2fd3f64ab0
commit bd5382dc72
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>