From 8425918ebb1d6dfa8a88a26c1a75f014c10d0c4b Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Thu, 12 Apr 2018 14:21:10 +0300 Subject: [PATCH] Tweak section order in readme [ci skip] --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index be9aade..51248a2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,17 @@ Argparse is a feature-rich command line parser for Lua inspired by argparse for Argparse supports positional arguments, options, flags, optional arguments, subcommands and more. Argparse automatically generates usage, help and error messages. -Simple example: +## Contents + +* [Example](#example) +* [Installation](#installation) +* [Tutorial](#tutorial) +* [Testing](#testing) +* [License](#license) + +## Example + +Simple example: ```lua -- script.lua @@ -90,13 +100,6 @@ Error: unknown option '--outptu' Did you mean '--output'? ``` -## Contents - -* [Installation](#installation) -* [Tutorial](#tutorial) -* [Testing](#testing) -* [License](#license) - ## Installation ### Using LuaRocks