Skip to content

Commit

Permalink
make C API link more specific
Browse files Browse the repository at this point in the history
and indicate it is a Julia wrapper
  • Loading branch information
visr committed Aug 19, 2019
1 parent 83a084a commit da2bfd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Proj4
# Proj4.jl

[![Build status](https://travis-ci.org/JuliaGeo/Proj4.jl.svg?branch=master)](https://travis-ci.org/JuliaGeo/Proj4.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/tscgm13l1pvajqqa/branch/master?svg=true)](https://ci.appveyor.com/project/JuliaGeo/proj4-jl/branch/master)

A simple wrapper around the Proj.4 cartographic projections library.
A simple Julia wrapper around the [PROJ](https://proj.org/) cartographic projections library.

Basic example:

Expand All @@ -18,4 +18,4 @@ transform(wgs84, utm56, [150 -27 0])
```

API documentation for the underlying C API may be found here:
https://proj.org/
https://proj.org/development/reference/index.html

0 comments on commit da2bfd5

Please sign in to comment.