diff --git a/credits.md b/credits.md
index 045ceb0..2e13fa7 100644
--- a/credits.md
+++ b/credits.md
@@ -633,6 +633,13 @@
Shawn Salat
+
+
+
+
+ Shravan Dwarka
+
+ |
@@ -646,15 +653,15 @@
Null
- |
+
+
Stavros Kois
- |
-
+
@@ -669,13 +676,6 @@
Steven Kast
|
-
-
-
-
- Ángel Fernández Sánchez
-
- |
@@ -748,6 +748,13 @@
Maxime Moreillon
|
+
+
+
+
+ Ángel Fernández Sánchez
+
+ |
@@ -775,15 +782,15 @@
Null
- |
+
+
Noé Busson
- |
-
+
@@ -818,15 +825,15 @@
Jnach
- |
+
+
Imlonghao
- |
-
+
@@ -861,15 +868,15 @@
Null
- |
+
+
Xert
- |
-
+
@@ -904,15 +911,15 @@
Dylan Bersans
- |
+
+
Thandy Norberto
- |
-
+
@@ -947,15 +954,15 @@
Null
- |
+
+
David
- |
-
+
@@ -990,15 +997,15 @@
Begin
- |
+
+
Jyotirmoy Bandyopadhyaya [Bravo68]
- |
-
+
@@ -1033,15 +1040,15 @@
Max Kulik
- |
+
+
Markus Krause
- |
-
+
@@ -1076,15 +1083,15 @@
Kieran
- |
+
+
John Horton
- |
-
+
@@ -1119,15 +1126,15 @@
Iaroslav Dronskii
- |
+
+
Ian Neal
- |
-
+
@@ -1162,7 +1169,8 @@
FormatToday
- |
+
+
diff --git a/quick-start.md b/quick-start.md
index 6d0d550..cbeaf66 100644
--- a/quick-start.md
+++ b/quick-start.md
@@ -42,7 +42,7 @@ Any files placed here will be served up to the root of the domain, and override
For example, if you had `user-data/favicon.ico` this would be accessible at `http://my-dashy-instance.local/favicon.ico`
Example Files in `user-data`:
-- `conf.yml` - This is the only file that is compulsary, it's your main Dashy config
+- `conf.yml` - This is the only file that is compulsory, it's your main Dashy config
- `**.yml` - Include more config files, if you'd like to have multiple pages, see [Multi-page support](/docs/pages-and-sections.md#multi-page-support) for docs
- `favicon.ico` - The default favicon, shown in the browser's tab title
- `initialization.html` - Static HTML page displayed before the app has finished compiling, see [`public/initialization.html`](https://github.com/Lissy93/dashy/blob/master/public/initialization.html)
|