Skip to content

Commit

Permalink
Fix typo in Polygon example
Browse files Browse the repository at this point in the history
  • Loading branch information
cookieguru committed Oct 11, 2016
1 parent 7ba1484 commit 7042c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ First you need to create the polygon, you can provide:
```php ```php
<?php <?php


$polygon = new \League\Geotools\Polygon([ $polygon = new \League\Geotools\Polygon\Polygon([
[48.9675969, 1.7440796], [48.9675969, 1.7440796],
[48.4711003, 2.5268555], [48.4711003, 2.5268555],
[48.9279131, 3.1448364], [48.9279131, 3.1448364],
Expand Down

0 comments on commit 7042c12

Please sign in to comment.