diff --git a/credits.md b/credits.md
index d3d7c3a..a343acd 100644
--- a/credits.md
+++ b/credits.md
@@ -655,6 +655,13 @@
Markus Krause
+
+
+
+
+ Max Kulik
+
+ |
@@ -668,15 +675,15 @@
Mert Sefa AKGUN
- |
+
+
Michael Lavaire
- |
-
+
@@ -705,6 +712,14 @@
Ryan Turner
|
+
+
+
+
+ Sacha
+
+ |
+
@@ -718,8 +733,7 @@
Null
- |
-
+
@@ -747,7 +761,8 @@
Null
- |
+
+
@@ -761,8 +776,7 @@
Nico
- |
-
+
@@ -790,7 +804,8 @@
Imlonghao
- |
+
+
@@ -804,8 +819,7 @@
Null
- |
-
+
@@ -833,7 +847,8 @@
Null
- |
+
+
@@ -847,8 +862,7 @@
Soaibuzzaman
- |
-
+
diff --git a/deployment.md b/deployment.md
index 14545d0..30a7118 100644
--- a/deployment.md
+++ b/deployment.md
@@ -27,7 +27,6 @@ Once you've got Dashy up and running, you'll want to configure it with your own
- [Deploy to cloud service](#deploy-to-cloud-service)
- [Netlify](#netlify)
- [Heroku](#heroku)
- - [Cloudflare Workers](#cloudflare-workers)
- [Vercel](#vercel)
- [DigitalOcean](#digitalocean)
- [Google Cloud Platform](#google-cloud-platform)
@@ -214,18 +213,6 @@ To deploy Dashy to Heroku, use the following link
https://heroku.com/deploy?template=https://github.com/Lissy93/dashy
```
-### Cloudflare Workers
-
-[](https://deploy.workers.cloudflare.com/?url=https://github.com/lissy93/dashy/tree/deploy_cloudflare)
-
-[Cloudflare Workers](https://workers.cloudflare.com/) is a simple yet powerful service for running cloud functions and hosting web content. It requires a Cloudflare account, but is completely free for smaller projects, and very reasonably priced ($0.15/million requests per month) for large applications. You can use your own domain, and applications are protected with Cloudflare's state of the art DDoS protection. For more info, see the docs on [Worker Sites](https://developers.cloudflare.com/workers/platform/sites)
-
-To deploy Dashy to Cloudflare, use the following link
-
-```text
-https://deploy.workers.cloudflare.com/?url=https://github.com/lissy93/dashy/tree/deploy_cloudflare
-```
-
### Vercel
[](https://vercel.com/new/project?template=https://github.com/lissy93/dashy)
|