diff --git a/README2.md b/.github/readme2.md
similarity index 100%
rename from README2.md
rename to .github/readme2.md
diff --git a/README_CH.md b/.github/readme_ch.md
similarity index 92%
rename from README_CH.md
rename to .github/readme_ch.md
index ea1467aa..8853491d 100644
--- a/README_CH.md
+++ b/.github/readme_ch.md
@@ -1,4 +1,4 @@
-# 🚀 Fiber
+# 🚀 Fiber
[](https://github.com/gofiber/fiber/releases)  [](https://godoc.org/github.com/gofiber/fiber)  [](https://github.com/gofiber/fiber/blob/master/LICENSE) [](https://gitter.im/gofiber/community)
diff --git a/README_RU.md b/.github/readme_ru.md
similarity index 94%
rename from README_RU.md
rename to .github/readme_ru.md
index 79dceb4a..e2b726b9 100644
--- a/README_RU.md
+++ b/.github/readme_ru.md
@@ -1,4 +1,4 @@
-# 🚀 Fiber
+# 🚀 Fiber
[](https://github.com/gofiber/fiber/releases)  [](https://godoc.org/github.com/gofiber/fiber)  [](https://github.com/gofiber/fiber/blob/master/LICENSE) [](https://gitter.im/gofiber/community)
diff --git a/application.go b/application.go
index eb198c2e..3baa4bc7 100644
--- a/application.go
+++ b/application.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber
diff --git a/context.go b/context.go
index 879f2610..0f7428e6 100644
--- a/context.go
+++ b/context.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber
diff --git a/listen.go b/listen.go
index b4867c4f..55698a84 100644
--- a/listen.go
+++ b/listen.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber
diff --git a/methods.go b/methods.go
index 1eea8eb4..349fed78 100644
--- a/methods.go
+++ b/methods.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber
diff --git a/README.md b/readme.md
similarity index 92%
rename from README.md
rename to readme.md
index a8fb44a7..c793efc8 100644
--- a/README.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-# 🚀 Fiber
+# 🚀 Fiber
[](https://github.com/gofiber/fiber/releases)  [](https://godoc.org/github.com/gofiber/fiber)  [](https://github.com/gofiber/fiber/blob/master/LICENSE) [](https://gitter.im/gofiber/community)
diff --git a/request.go b/request.go
index 23a0aa9f..c0d81f7d 100644
--- a/request.go
+++ b/request.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber
@@ -204,7 +204,7 @@ func (ctx *Ctx) BodyParser(v interface{}) error {
} else if cType == contentTypeXML {
return xml.Unmarshal(ctx.Fasthttp.Request.Body(), v)
}
- return fmt.Errorf("Cannot Parse Content-Type: %v", cType)
+ return fmt.Errorf("Cannot parse Content-Type: %v", cType)
}
// Cookies : https://gofiber.github.io/fiber/#/context?id=cookies
diff --git a/response.go b/response.go
index 4a71839f..54162a38 100644
--- a/response.go
+++ b/response.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber
diff --git a/router.go b/router.go
index 8bc6bcc7..27fa85b0 100644
--- a/router.go
+++ b/router.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber
diff --git a/static.go b/static.go
index 4de39730..defa0c34 100644
--- a/static.go
+++ b/static.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber
diff --git a/status.go b/status.go
index eeead617..f6c37da6 100644
--- a/status.go
+++ b/status.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber
diff --git a/types.go b/types.go
index 7b6bc1f1..6ce91b2e 100644
--- a/types.go
+++ b/types.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber
diff --git a/utils.go b/utils.go
index ce4b9a2e..806a6e12 100644
--- a/utils.go
+++ b/utils.go
@@ -1,9 +1,9 @@
-// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp.
+// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖
// 📌 Please open an issue if you got suggestions or found a bug!
-// 🖥 https://github.com/gofiber/fiber
+// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki
// 🦸 Not all heroes wear capes, thank you to some amazing people
-// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
+// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr
package fiber