Skip to content

Commit e164d95

Browse files
authored
Merge pull request #157 from geocoder-php/patch-typo
Use Symfony 3.3 bin/console
2 parents 10cb012 + e0ae78c commit e164d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/GeocodeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function configure()
3838
3939
You can force a provider with the "provider" option.
4040
41-
<info>php app/console geocoder:geocoder "Eiffel Tower" --provider=yahoo</info>
41+
<info>php bin/console geocoder:geocoder "Eiffel Tower" --provider=yahoo</info>
4242
HELP
4343
);
4444
}

0 commit comments

Comments
 (0)