From d824c041eee5c9a83f8d9cbbee0d259014c5a8d0 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 2 Oct 2022 03:26:33 +0200 Subject: [PATCH] README update. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a987f40..cd14dd7 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,9 @@ scheme (See: [https://semver.org/](https://semver.org/)): #### MAJOR.MINOR.MAINTENANCE -- **MAJOR** changes _can_ change the API. The lesser, the better. -- **MINOR** changes _must_ not break the API. New features are placed - here. It _expects_ a complete documentation. +- **MAJOR** changes _can_ change the API. The lesser, the better. It _expects_ a +complete documentation. +- **MINOR** changes _must_ not break the API. New features are placed here. - **MAINTENANCE** changes are "just-in-time" changes or small enhancements which _should_ not affect the documentation and _must_ not break the API.