diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..40e6e6a4
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,12 @@
+{
+ "spellright.language": [
+ "en"
+ ],
+ "spellright.documentTypes": [
+ "markdown",
+ "latex",
+ "plaintext",
+ "html",
+ "javascript"
+ ]
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index e889555f..f3d7b2cd 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,13 @@ See the completed project here: [http://vuejs-cinema.vuejsdevelopers.com/](http:
Your site will be available at *localhost:[PORT]* where `PORT` is whatever value is set in your `.env` file.
-#### Lecture branches
+## Sponsors
+
+
+
+[Support Vue.js Developers](https://www.patreon.com/anthonygore?utm-source=github-vjd&utm-medium=link&utm_campaign=sponsors) to get your logo here.
+
+## Lecture branches
Each branch of of the repo shows the state of the code at the end of any particular video e.g. `video/08` shows the state at the end of video 8.
@@ -105,4 +111,4 @@ If you're doing the *Vue.js Essentials - 3 Course Bundle* course on Udemy, you'l
| 115 | video/59 |
| 117 | video/61 |
| 118 | video/62 |
-| 119 | video/63 |
\ No newline at end of file
+| 119 | video/63 |
diff --git a/index.html b/index.html
index d702fb8a..57e2d811 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
+