Skip to content

Commit 901ee5a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fd8051e + b496232 commit 901ee5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/resolve_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$configFile = dirname(__DIR__) . DIRECTORY_SEPARATOR . 'config.php';
44

55
if (!file_exists($configFile)) {
6-
echo 'No config file found, copy config.sample.php to config.php and your Twitter OAuth details.', PHP_EOL;
6+
echo 'No config file found, copy config.sample.php to config.php and add your Twitter OAuth details.', PHP_EOL;
77
exit(1);
88
}
99

0 commit comments

Comments
 (0)