From 6f50a7ffcb3494141e5f361e4c976e5cd32d4488 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Wed, 14 Feb 2018 13:54:14 +0100 Subject: Fix case of proj-datumgrid filename. (#805) Fix case of proj-datumgrid and proj tarball filenames. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2d7bb39c..fd8bd053 100644 --- a/README.md +++ b/README.md @@ -89,12 +89,12 @@ The `makefile.vc` builds `proj.exe`, `proj.dll` and `proj.lib`. ### Distribution files and format Sources are distributed in one or more files. The principle elements -of the system are in a compress tar file named `PROJ-x.y.z.tar.gz` where +of the system are in a compress tar file named `proj-x.y.z.tar.gz` where "x" will indicate major release number, "y" indicates minor release number and "z" indicates the patch number of the release. In addition to the PROJ software package, a distribution of datum conversion grid files is also available. The grid package is -distributed under the name `PROJ-datumgrid-x.y.zip`, where "x" is the +distributed under the name `proj-datumgrid-x.y.zip`, where "x" is the major release version and "y" the minor release version numbers. The grid package can be downloaded from the PROJ.4 website. -- cgit v1.2.3