From 242a2e7fa925c75f7b28ee729861e454b03dc630 Mon Sep 17 00:00:00 2001 From: "Nathaniel V. KELSO" Date: Tue, 5 Jun 2012 21:41:08 -0700 Subject: [PATCH] refine Versioning section to main Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b69dbf..4a249362 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Natural Earth is a big project with hundreds of files that depend on each other * Version format of X.Y.Z (Major.Minor.Patch). * Changing existing data file names, major version X will be incremented. * Changing existing data column (field) names, major version X will be incremented. -* Removing `FeatureCla` attribute values, major version X will be incremented. +* Removing `FeatureCla` field attribute values, major version X will be incremented. * Introduce significatnt new content, major version X will be incremented. * Bug fixes not affecting the file and field names, patch version Z will be incremented. * Backwards compatible API additions/changes, increment the minor version Y