diff --git a/README.md b/README.md
index 998f5add..bdd2fa55 100644
--- a/README.md
+++ b/README.md
@@ -123,3 +123,9 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
## License
[MIT](LICENSE)
+
+## Special Thanks
+
+_Vercel_ has given us a Pro account.
+
+
diff --git a/docs/README.md b/docs/README.md
index a0c6c9e0..8a7c962c 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -30,3 +30,9 @@ Please consider donating if you think docsify is helpful to you or that my work
## Community
Users and the development team are usually in the [Gitter chat room](https://gitter.im/docsifyjs/Lobby).
+
+## Special Thanks
+
+_Vercel_ has given us a Pro account.
+
+
diff --git a/docs/_media/vercel_logo.svg b/docs/_media/vercel_logo.svg
new file mode 100644
index 00000000..50a17b35
--- /dev/null
+++ b/docs/_media/vercel_logo.svg
@@ -0,0 +1 @@
+
diff --git a/docs/index.html b/docs/index.html
index b89fd345..7b40d19d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -84,6 +84,12 @@
+ html
+ '\n\n----\n\n'
+ 'Powered by docsify'
+ }),
+ hook.afterEach(function (html){
+ if(vm.route.path === '/'){
+ return html
+ }
+ return `${html} Vercel has given us a Pro account `
})
}
]