update TOC in readme

This commit is contained in:
Adrien Marquès 2018-10-04 12:44:32 +02:00
parent bdae6008a0
commit 8d3e678d73
1 changed files with 16 additions and 16 deletions

View File

@ -33,27 +33,27 @@ The engine has been designed with the following concepts in mind.
<!-- toc -->
- [I. Installation](#i-installation)
* [I. Installation](#i-installation)
* [1. Download and install the package](#1-download-and-install-the-package)
- [II. Setup a project](#ii-setup-a-project)
* [II. Setup a project](#ii-setup-a-project)
* [1. Compilation configuration](#1-compilation-configuration)
- [Example](#example)
* [Example](#example)
* [2. API Configuration](#2-api-configuration)
- [Definition](#definition)
+ [Input Arguments](#input-arguments)
- [1. Input types](#1-input-types)
- [2. Global Format](#2-global-format)
- [3. Example](#3-example)
* [Definition](#definition)
* [Input Arguments](#input-arguments)
* [1. Input types](#1-input-types)
* [2. Global Format](#2-global-format)
* [3. Example](#3-example)
* [3. Controllers](#3-controllers)
- [Plugin driver](#plugin-driver)
- [Generic driver](#generic-driver)
* [4. Middlewares](#4-middlewares)
- [Plugin driver](#plugin-driver-1)
- [Generic driver](#generic-driver-1)
* [1. Plugin driver](#1-plugin-driver)
* [2. Generic driver](#2-generic-driver)
* [4. Middle-wares](#4-middle-wares)
* [1. Plugin driver](#1-plugin-driver-1)
* [2. Generic driver](#2-generic-driver-1)
* [5. Type checkers](#5-type-checkers)
- [Plugin driver](#plugin-driver-2)
- [Generic driver](#generic-driver-2)
- [III. Build your project](#iii-build-your-project)
* [1. Plugin driver](#1-plugin-driver-2)
* [2. Generic driver](#2-generic-driver-2)
* [III. Build your project](#iii-build-your-project)
* [IV. Main](#iv-main)
* [V. Change Log](#v-change-log)