From 8e5661522f311403bd8ce8d712fa9aaf21bb18b0 Mon Sep 17 00:00:00 2001
From: Santos Gallegos <santos_g@outlook.com>
Date: Mon, 19 Dec 2016 18:56:11 -0500
Subject: [PATCH] Update README

---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b1d7693..d5be0ca 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 ## Requirements
 
 - [Pandoc](http://pandoc.org/)
-- [Texlive](https://www.tug.org/texlive/) (recomended)
+- [Texlive](https://www.tug.org/texlive/) (recommended)
 
 ## Quickly Usage
 
@@ -30,7 +30,7 @@ Here put all the bibliography that is used in the paper.
 
 #### bibliography.csl
 
-This file is for especify to pandoc how to display the cites (ieee format).
+This file is for specify to pandoc how to display the cites (ieee format).
 
 #### template.latex
 
@@ -41,6 +41,11 @@ content of your paper.
 
 It is used to compile the pdf, usually the default options are fine.
 
+#### build/
+
+On this directory will be final pdf. Make sure to add this to your `.gitignore`
+file if you are using git.
+
 ### Compiling
 
 Run `make` on a terminal and the pdf will be on `build/paper.pdf`.
@@ -54,3 +59,4 @@ Run `make` on a terminal and the pdf will be on `build/paper.pdf`.
 
 ### Bibliography manager
 - [Zotero](https://www.zotero.org/) + [Better Bibtext extension](https://github.com/retorquere/zotero-better-bibtex)
+
-- 
GitLab