From 9738153b8ad4bede637f5eeb5e4722cdb20827d0 Mon Sep 17 00:00:00 2001 From: Jared Date: Wed, 15 Jan 2014 12:46:03 +1100 Subject: [PATCH] spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfc9a4d..deeb77a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ implementation of semantic versioning exposes version configuration to the proje ## Why Semantic Versioning? Software projects often depend on a number of other projects, packages or libraries. However, -software development in an evolutionary process, projects and their dependencies change over time. +software development is an evolutionary process, projects and their dependencies change over time. Releasing new versions of your project requires you to communicate how your new version will affect its users.