Add contributors

Added @higgi13425  as a contributor for his much needed documentation editing!
diff --git a/.Rproj.user/441ADA46/sources/prop/60EAAA4E b/.Rproj.user/441ADA46/sources/prop/60EAAA4E
index c350964..49bceed 100644
--- a/.Rproj.user/441ADA46/sources/prop/60EAAA4E
+++ b/.Rproj.user/441ADA46/sources/prop/60EAAA4E
@@ -1,4 +1,4 @@
 {
     "cursorPosition" : "138,30",
-    "scrollLine" : "99"
+    "scrollLine" : "82"
 }
\ No newline at end of file
diff --git a/.Rproj.user/441ADA46/sources/prop/AE6C9F23 b/.Rproj.user/441ADA46/sources/prop/AE6C9F23
index fbfe710..6723690 100644
--- a/.Rproj.user/441ADA46/sources/prop/AE6C9F23
+++ b/.Rproj.user/441ADA46/sources/prop/AE6C9F23
@@ -1,4 +1,4 @@
 {
-    "cursorPosition" : "11,100",
+    "cursorPosition" : "11,43",
     "scrollLine" : "4"
 }
\ No newline at end of file
diff --git a/.Rproj.user/441ADA46/sources/s-60E46B92/25D73910-contents b/.Rproj.user/441ADA46/sources/s-15D14765/25D73910-contents
similarity index 100%
rename from .Rproj.user/441ADA46/sources/s-60E46B92/25D73910-contents
rename to .Rproj.user/441ADA46/sources/s-15D14765/25D73910-contents
diff --git a/.Rproj.user/441ADA46/sources/s-15D14765/DB91828E-contents b/.Rproj.user/441ADA46/sources/s-15D14765/DB91828E-contents
new file mode 100644
index 0000000..5bf0181
--- /dev/null
+++ b/.Rproj.user/441ADA46/sources/s-15D14765/DB91828E-contents
@@ -0,0 +1,22 @@
+Package: posterdown
+Title: Generates PDF conference posters using R Markdown.
+Version: 0.1.1
+Author: Brent Thorne
+Description: Posterdown expands on RMarkdown to generate PDF conference posters.
+Authors@R: c(
+    person("Brent", "Thorne",
+           email = "brent.thorne18@gmail.com", 
+           role = c("aut", "cre"), 
+           comment = c(ORCID = "0000-0002-1099-3857")
+    ),
+    person("Peter", "Higgins", role = "ctb")
+  )
+Maintainer: Brent Thorne <brent.thorne18@gmail.com>
+License: MIT + file LICENSE
+Encoding: UTF-8
+LazyData: true
+URL: https://github.com/brentthorne/posterdown
+BugReports: https://github.com/brentthorne/posterdown/issues
+Imports: rmarkdown, knitr, yaml, tinytex, ggplot2, rticles, kableExtra, Cairo
+SystemRequirements: GNU make
+RoxygenNote: 6.1.1
diff --git a/.Rproj.user/441ADA46/sources/s-60E46B92/lock_file b/.Rproj.user/441ADA46/sources/s-15D14765/lock_file
similarity index 100%
rename from .Rproj.user/441ADA46/sources/s-60E46B92/lock_file
rename to .Rproj.user/441ADA46/sources/s-15D14765/lock_file
diff --git a/.Rproj.user/441ADA46/sources/s-60E46B92/25D73910 b/.Rproj.user/441ADA46/sources/s-60E46B92/25D73910
deleted file mode 100644
index 368f3e8..0000000
--- a/.Rproj.user/441ADA46/sources/s-60E46B92/25D73910
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-    "collab_server" : "",
-    "contents" : "",
-    "created" : 1546879226629.000,
-    "dirty" : true,
-    "encoding" : "UTF-8",
-    "folds" : "",
-    "hash" : "0",
-    "id" : "25D73910",
-    "lastKnownWriteTime" : 1547777224,
-    "last_content_update" : 1547777237677,
-    "path" : "~/Documents/GitHub/posterdown/inst/rmarkdown/templates/posterdown_pdf/skeleton/skeleton.Rmd",
-    "project_path" : "inst/rmarkdown/templates/posterdown_pdf/skeleton/skeleton.Rmd",
-    "properties" : {
-        "cursorPosition" : "138,30",
-        "scrollLine" : "99"
-    },
-    "relative_order" : 1,
-    "source_on_save" : false,
-    "source_window" : "",
-    "type" : "r_markdown"
-}
\ No newline at end of file
diff --git a/.Rproj.user/shared/notebooks/paths b/.Rproj.user/shared/notebooks/paths
index 864b81d..14c47e8 100644
--- a/.Rproj.user/shared/notebooks/paths
+++ b/.Rproj.user/shared/notebooks/paths
@@ -1,2 +1,3 @@
+/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/DESCRIPTION b/DESCRIPTION
index 0e2c4cd..5bf0181 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -3,6 +3,14 @@
 Version: 0.1.1
 Author: Brent Thorne
 Description: Posterdown expands on RMarkdown to generate PDF conference posters.
+Authors@R: c(
+    person("Brent", "Thorne",
+           email = "brent.thorne18@gmail.com", 
+           role = c("aut", "cre"), 
+           comment = c(ORCID = "0000-0002-1099-3857")
+    ),
+    person("Peter", "Higgins", role = "ctb")
+  )
 Maintainer: Brent Thorne <brent.thorne18@gmail.com>
 License: MIT + file LICENSE
 Encoding: UTF-8