Skip to content

Commit c4f5a8e

Browse files
committed
Fix README usage example
1 parent 55c4240 commit c4f5a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Convert a GeoParquet file to GeoJSON:
2626
```javascript
2727
const { asyncBufferFromUrl, toGeoJson } = import('geoparquet')
2828

29-
const file = asyncBufferFromUrl('example.parquet')
29+
const file = asyncBufferFromUrl({ url: 'example.parquet' })
3030
const geoJson = toGeoJson({ file })
3131
```
3232

0 commit comments

Comments
 (0)