Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoceleste committed Dec 2, 2015
1 parent 90ffb15 commit ceab8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Here is the PHP code to submit the config file:

$job = Coconut_Job::create(array(
'api_key' => 'k-api-key',
'conf' => 'heywatch.conf',
'conf' => 'coconut.conf',
'source' => 'http://yoursite.com/media/video.mp4',
'vars' => array('vid' => 1234)
));
Expand Down

0 comments on commit ceab8ff

Please sign in to comment.