Skip to content

Commit 0a13522

Browse files
committed
missing comma
1 parent ebb0858 commit 0a13522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ and pass it as the parameters for a new ZencoderJob object. Execute the script o
3535
$encoding_job = new ZencoderJob('
3636
{
3737
"api_key": "93h630j1dsyshjef620qlkavnmzui3",
38-
"input": "s3://bucket-name/file-name.avi"
38+
"input": "s3://bucket-name/file-name.avi",
3939
"outputs": [
4040
{
4141
"label": "web"

0 commit comments

Comments
 (0)