diff --git a/README.md b/README.md
index 6d047e8..4e7c4ef 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
# 🎥 OpenGL Mathematics (glm) for `C`
[](https://travis-ci.org/recp/cglm)
-[](https://ci.appveyor.com/project/recp/cglm/branch/master)
+ [](https://ci.appveyor.com/project/recp/cglm/branch/master)
[](http://cglm.readthedocs.io/en/latest/?badge=latest)
[](https://coveralls.io/github/recp/cglm?branch=master)
[](https://www.codacy.com/app/recp/cglm?utm_source=github.com&utm_medium=referral&utm_content=recp/cglm&utm_campaign=Badge_Grade)
+[](#backers)
+[](#sponsors)
The original glm library is for C++ only (templates, namespaces, classes...), this library targeted to C99 but currently you can use it for C89 safely by language extensions e.g `__restrict`
@@ -115,6 +117,36 @@ glm_mul(T, R, modelMat);
glm_inv_tr(modelMat);
```
+## Contributors
+
+This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
+
+
+
+## Backers
+
+Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/cglm#backer)]
+
+
+
+
+## Sponsors
+
+Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/cglm#sponsor)]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
## License
MIT. check the LICENSE file