Merge pull request #22 from higgi13425/fix_typos

updated minor typos, clarified dialogue box pathway
diff --git a/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/441ADA4660E46B92/chunks.json b/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/441ADA4660E46B92/chunks.json
deleted file mode 100644
index c628e71..0000000
--- a/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/441ADA4660E46B92/chunks.json
+++ /dev/null
@@ -1 +0,0 @@
-{"chunk_definitions":[],"doc_write_time":1547777223}
\ No newline at end of file
diff --git a/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/441ADA46899DC320/chunks.json b/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/441ADA46899DC320/chunks.json
deleted file mode 100644
index 074cedf..0000000
--- a/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/441ADA46899DC320/chunks.json
+++ /dev/null
@@ -1 +0,0 @@
-{"chunk_definitions":[],"doc_write_time":1547934280}
\ No newline at end of file
diff --git a/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/441ADA46FE609B0F/chunks.json b/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/441ADA46FE609B0F/chunks.json
deleted file mode 100644
index 1d78d1e..0000000
--- a/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/441ADA46FE609B0F/chunks.json
+++ /dev/null
@@ -1 +0,0 @@
-{"chunk_definitions":[],"doc_write_time":1547344471}
\ No newline at end of file
diff --git a/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/s/chunks.json b/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/s/chunks.json
deleted file mode 100644
index 074cedf..0000000
--- a/.Rproj.user/shared/notebooks/E9E00AA3-skeleton/1/s/chunks.json
+++ /dev/null
@@ -1 +0,0 @@
-{"chunk_definitions":[],"doc_write_time":1547934280}
\ No newline at end of file
diff --git a/.Rproj.user/shared/notebooks/paths b/.Rproj.user/shared/notebooks/paths
index 14c47e8..e69de29 100644
--- a/.Rproj.user/shared/notebooks/paths
+++ b/.Rproj.user/shared/notebooks/paths
@@ -1,3 +0,0 @@
-/home/thornux/Documents/GitHub/posterdown/DESCRIPTION="7CC65C58"
-/home/thornux/Documents/GitHub/posterdown/inst/rmarkdown/templates/posterdown_pdf/skeleton/skeleton.Rmd="E9E00AA3"
-/home/thornux/Documents/mytestmem.tex="5C02E06A"
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5b6a065
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+.Rproj.user
+.Rhistory
+.RData
+.Ruserdata
diff --git a/README.md b/README.md
index 6cebc27..f7f3ae5 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 <img src="posterdown_hexlogo1.png" alt="poster logo" align="right" width = "25%" height="25%"/>
 
-As a graduate student, I found that it is almost a rite of passage to take early research and analysis and generate a conference poster allowing for critical feedback, as well as meeting the people in your field. I have also noticed that many of my fellow graduate students use R and are also getting their feet wet with RMarkdown :blush:; however, we always had to go back to using MS Powerpoint or Keynote or Adobe Illustrator for generating conference posters :unamused:. Posterdown was created as a proof-of-concept (to myself) that it is possible to make a beautiful poster using open source reproducible code.
+As a graduate student, I found that it is almost a rite of passage to take early research and analysis and generate a conference poster allowing for critical feedback. This is also important for facilitating meeting the people in your field at poster sessions at academic meetings. I have also noticed that while many of my fellow graduate students use R and are getting their feet wet with RMarkdown :blush:, we always had to go back to using MS Powerpoint or Keynote or Adobe Illustrator for generating conference posters :unamused:. Posterdown was created as a proof-of-concept (to myself) that it is possible to make a beautiful poster using open source reproducible code.
 
 From this:
 
@@ -65,15 +65,15 @@
     devtools::install_github("brentthorne/posterdown")
     ```
     
-3. Use the **New R Markdown** dialog to create a conference poster from the templates
+3. Use the **File / New File / R Markdown.. / From Template / Posterdown PDF** dialog pathway to create a conference poster from the _Posterdown PDF_ template provided.
 
     ![New R Markdown](posterdown_picture.png)
 
-    _**NOTE** If you do not see the **posterdown** template in this dialogue box try to restart the R session or close and re-open RStudio._
+    _**NOTE** If you do not see the **Posterdown PDF** template in this dialogue box, restart the R session or close and re-open RStudio._
 
 ## Customization
 
-Posterdown uses Latex to generate the PDF poster but more specifically it uses the [Memoir Latex](http://texdoc.net/texmf-dist/doc/latex/memoir/memman.pdf) class. Memoir was chosen for its flexibility in page sizing as well as thorough documentation. I am fairly new to the world of Latex, and found this class to have a reasonable amount of customization available, at least for my skill level. If there are any users who think there may be better options for down the road I am more than willing to listen! 
+Posterdown uses Latex to generate the PDF poster but more specifically it uses the [Memoir Latex](http://texdoc.net/texmf-dist/doc/latex/memoir/memman.pdf) class. Memoir was chosen for its flexibility in page sizing as well as its thorough documentation. I am fairly new to the world of Latex, and found this class to have a reasonable amount of customization available, at least for my skill level. If there are any users who think there may be better options for down the road I am more than willing to listen! 
 
 ### YAML Options