Skip to content

Commit

Permalink
Merge branch 'master' into compathelper/new_version/2019-12-04-22-03-…
Browse files Browse the repository at this point in the history
…18-496-1231364540
  • Loading branch information
Alexander-Barth committed Dec 9, 2019
2 parents 8d8a201 + 8c33a8e commit f973d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"

[compat]
ZipFile = "0.8"
RemoteFiles = "0.3"
GeoInterface = "0.4"
CodecZlib = "0.6"
Shapefile = "0.6"
julia = "1"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install Julia 1.0 (or later) and issue the commands:

```julia
using Pkg
Pkg.add(PackageSpec(url="https://github.com/JuliaGeo/GeoDatasets.jl", rev="master"))
Pkg.add("GeoDatasets")
```

# Documentation
Expand Down

0 comments on commit f973d16

Please sign in to comment.