From 7db6835173993c9cc3b7b5c2aef00aeb3936ff79 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 16 Oct 2016 11:44:39 -0600 Subject: [PATCH] Updated README versioning documentation. [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99cf9f2..3660fbb 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,8 @@ project is built upon the functions found in the `lib` folder. See the Read [Semantic Versioning](http://semver.org) for details. Briefly, it means: -- Patch (x.y.Z) - Incremented for small, backwards compatible bug fixes. -- Minor (x.Y.z) - Incremented for new, backwards compatible public API enhancements and/or bug fixes. +- Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes. +- Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes. - Major (X.y.z) - Incremented for any backwards incompatible public API changes. # Code of Conduct