From 54ca4d3d9a2dfa83ca811094561ed7c8043750ad Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 11 Oct 2025 02:00:37 -0700 Subject: [PATCH] Remove donation links from readme The Arduino company is no longer soliciting monetary donations. Community members who wish to contribute to the project still have opportunities to do so via the other options listed under the "Development" section of the readme. Those who wish to make a monetary contribution can still do so by purchasing official Arduino products. For this reason, that part of the donation request text is preserved. Since the "Donations" heading doesn't make sense after the removal of the context of other monetary contribution options, the heading is hereby changed to "Support the project". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9750c3..564a11a 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,6 @@ There are many ways to contribute: You can submit your patches directly to this repository as Pull Requests. Please provide a detailed description of the problem you're trying to solve and make sure you test on real hardware. -## :yellow_heart: Donations +## :yellow_heart: Support the project -This open-source code is maintained by Arduino with the help of the community. We invest a considerable amount of time in testing code, optimizing it and introducing new features. Please consider [donating](https://www.arduino.cc/en/donate/) or [sponsoring](https://github.com/sponsors/arduino) to support our work, as well as [buying original Arduino boards](https://store.arduino.cc/) which is the best way to make sure our effort can continue in the long term. +This open-source code is maintained by Arduino with the help of the community. We invest a considerable amount of time in testing code, optimizing it and introducing new features. Please consider [buying original Arduino boards](https://store.arduino.cc/) to support our work on the project.