We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a4e53 commit a55d87aCopy full SHA for a55d87a
1 file changed
README.md
@@ -41,7 +41,7 @@ The API documentation is available at
41
To read shape file:
42
43
```php
44
-$shp = new ShapeFile\ShapeFile(0);
+$shp = new \PhpMyAdmin\ShapeFile\ShapeFile(0);
45
$shp->loadFromFile('path/file.*');
46
```
47
0 commit comments