diff --git a/Minimal-Vector-API.md b/Minimal-Vector-API.md index c2972b0..a7ed22e 100644 --- a/Minimal-Vector-API.md +++ b/Minimal-Vector-API.md @@ -15,7 +15,7 @@ var layer = new ol.layer.Vector({ source: new ol.source.Vector({ url: 'http://example.com/data', projection: 'remote-proj', // this will typically come with the data - parser: new ol.parser.GeoJSON(), + parser: new ol.parser.GeoJSON() }) }); ```