README.md in rack-app-5.9.0 vs README.md in rack-app-5.10.0
- old
+ new
@@ -80,10 +80,26 @@
* you can define middleware stack before endpoints and it will only applied to them, similar like protected method workflow
* File Upload and file download in a efficient and elegant way with minimal memory consuming
* note that this is not only memory friendly way pure rack solution, but also 2x faster than the usually solution which includes buffering in memory
* params validation with ease
-## [Contributors](CONTRIBUTORS.md)
+## Contributors
+
+* **[Daniel Nagy](https://github.com/thilonel)**
+
+ * Serializer MVP implementation
+
+* **[Daniel Szpisjak](https://github.com/felin-arch)**
+
+ * Pimp up the website descriptions
+
+* **[Jeremy Evans](https://github.com/jeremyevans)**
+
+ * suggestion for application stand up speed optimization
+
+* **[David Bush](https://github.com/disavowd)**
+
+ * [wrote an article](https://www.sitepoint.com/rack-app-a-performant-and-pragmatic-web-microframework/) about the project
## [Contributing](CONTRIBUTING.md)
## Usage