Skip to content

Commit c8114fb

Browse files
authored
Update README.md
1 parent 08813c0 commit c8114fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ The `load` and `save` functions are self-explanatory:
2222
```julia
2323
using GeoTables
2424

25-
table = GeoTables.load("/path/to/file.shp")
25+
table = GeoTables.load("file.shp")
2626

27-
GeoTables.save("/path/to/file.geojson", table)
27+
GeoTables.save("file.geojson", table)
2828
```
2929

3030
### Loading data from GADM

0 commit comments

Comments
 (0)