From 1f34e90b9e2ca57f954467a477076ac087571d1b Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 28 Apr 2022 12:13:55 +0200 Subject: [PATCH] Fix list enumeration (gitea ppls) --- readme.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index 64e6d6c..e904601 100644 --- a/readme.md +++ b/readme.md @@ -25,17 +25,17 @@ args.SetCrashOnFail(false); ``` ## Index -2. [What's the concept?](#whats-the-concept) -3. [Minimal working example](#minimal-working-example) -4. [Abbreviations](#abbreviations) -5. [Constraints](#constraints) -6. [Automatic parameter documentation](#automatic-parameter-documentation) -7. [Descriptive error messages](#descriptive-error-messages) -8. [More examples?](#more-examples) -9. [What is not supported?](#what-is-not-supported) -10. [Further notes](#further-notes) -11. [Contributing](#contributing) -12. [LICENSE](#license) +1. [What's the concept?](#whats-the-concept) +2. [Minimal working example](#minimal-working-example) +3. [Abbreviations](#abbreviations) +4. [Constraints](#constraints) +5. [Automatic parameter documentation](#automatic-parameter-documentation) +6. [Descriptive error messages](#descriptive-error-messages) +7. [More examples?](#more-examples) +8. [What is not supported?](#what-is-not-supported) +9. [Further notes](#further-notes) +10. [Contributing](#contributing) +11. [LICENSE](#license) ## What's the concept?