Skip to content

Commit a55d87a

Browse files
committed
Update README to match current API
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 26a4e53 commit a55d87a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The API documentation is available at
4141
To read shape file:
4242

4343
```php
44-
$shp = new ShapeFile\ShapeFile(0);
44+
$shp = new \PhpMyAdmin\ShapeFile\ShapeFile(0);
4545
$shp->loadFromFile('path/file.*');
4646
```
4747

0 commit comments

Comments
 (0)