From 029fa05a325438c55f1cb099b06ec3b300204e05 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 24 Sep 2022 22:41:22 +0200 Subject: [PATCH] Some README fixes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c752dd..b2d0e79 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ According to: [https://wiki.unixpeople.org/linux_kernel_version_numbering](https - **MAJOR** changes _can_ change the API. The lesser, the better. - **FEATURE** changes can, but _should_ not break the API. New features are placed here. It _expects_ a complete documentation. -- **MINOR** changes are "just-in-time" changes or small enhancements which _must_ +- **MINOR** changes are "just-in-time" changes or small enhancements which _should_ not affect the documentation and _must_ not break the API. - **FIXES** _must_ never affect anything else then stability or security.