From 945eaa6e542a0713e1e7beaa367035eb070b7239 Mon Sep 17 00:00:00 2001 From: Hamer Iboshi <hi15@inf.ufpr.br> Date: Thu, 19 Sep 2019 12:18:13 -0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80d136b..1392baa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # LDE API Regression Test # - Regression test is a tool for validate existent functionality with each new release of code. +## Table of content ## + + [LDE API Regression Test](#lde-api-regression-test) + - [Getting Started](#getting-started) + - [Requirements](#requirements) + - [Installation](#installation) + - [Usage](#usage) + - [Set settings.py](set-settings.py) + + ## Getting Started ### Requirements @@ -43,5 +52,4 @@ Set base url to the running API (local ex.: localhost:PORT): ``` BASE_URL="https://simcaq.c3sl.ufpr.br/api/v1/" -``` -Set \ No newline at end of file +``` \ No newline at end of file -- GitLab