Skip to content

Commit

Permalink
project(burger-queen-api): Fixes linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Oct 15, 2019
1 parent de3ae15 commit 53581c0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
11 changes: 7 additions & 4 deletions projects/04-burger-queen-api/README-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

Especificación de endpoints

- ## [`auth`](./module-auth.html)
- ## [`users`](./module-users.html)
- ## [`products`](./module-products.html)
- ## [`orders`](./module-orders.html)
## [`auth`](./module-auth.html)

## [`users`](./module-users.html)

## [`products`](./module-products.html)

## [`orders`](./module-orders.html)
14 changes: 7 additions & 7 deletions projects/04-burger-queen-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Índice

- [1. Preámbulo](#1-pre%C3%A1mbulo)
- [2. Resumen del proyecto](#2-resumen-del-proyecto)
- [3. Objetivos de aprendizaje](#3-objetivos-de-aprendizaje)
- [4. Consideraciones generales](#4-consideraciones-generales)
- [5. Criterios de aceptación mínimos del proyecto](#5-criterios-de-aceptaci%C3%B3n-m%C3%ADnimos-del-proyecto)
- [6. Pistas, tips y lecturas complementarias](#6-pistas-tips-y-lecturas-complementarias)
- [7 HTTP API Checklist](#7-http-api-checklist)
* [1. Preámbulo](#1-pre%C3%A1mbulo)
* [2. Resumen del proyecto](#2-resumen-del-proyecto)
* [3. Objetivos de aprendizaje](#3-objetivos-de-aprendizaje)
* [4. Consideraciones generales](#4-consideraciones-generales)
* [5. Criterios de aceptación mínimos del proyecto](#5-criterios-de-aceptaci%C3%B3n-m%C3%ADnimos-del-proyecto)
* [6. Pistas, tips y lecturas complementarias](#6-pistas-tips-y-lecturas-complementarias)
* [7 HTTP API Checklist](#7-http-api-checklist)

## 1. Preámbulo

Expand Down

0 comments on commit 53581c0

Please sign in to comment.