aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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.