Tweak section order in readme [ci skip]

This commit is contained in:
Peter Melnichenko
2018-04-12 14:21:10 +03:00
parent 528ba1b02f
commit 8425918ebb

View File

@@ -7,6 +7,16 @@ 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.
## Contents
* [Example](#example)
* [Installation](#installation)
* [Tutorial](#tutorial)
* [Testing](#testing)
* [License](#license)
## Example
Simple example:
```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