We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ffb15 commit ceab8ffCopy full SHA for ceab8ff
1 file changed
README.md
@@ -47,7 +47,7 @@ Here is the PHP code to submit the config file:
47
48
$job = Coconut_Job::create(array(
49
'api_key' => 'k-api-key',
50
- 'conf' => 'heywatch.conf',
+ 'conf' => 'coconut.conf',
51
'source' => 'http://yoursite.com/media/video.mp4',
52
'vars' => array('vid' => 1234)
53
));
0 commit comments