Skip to content

Commit 756f555

Browse files
authored
Merge pull request #179 from Jobinhood/fix-doctrine-support-doc
Fix Documentation for Doctrine Support
2 parents 2690487 + 75d12d9 commit 756f555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/doctrine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ wanted.
88

99
``` php
1010

11-
use Bazinga\GeocoderBundle\Mapping\Annotation as Geocoder;
11+
use Bazinga\GeocoderBundle\Mapping\Annotations as Geocoder;
1212

1313
/**
14-
* @Geocoder\Geocodable
14+
* @Geocoder\Geocodeable
1515
*/
1616
class User
1717
{

0 commit comments

Comments
 (0)