From 4d3f13b76dd0d3240ef998ba76ba02ee86a85a95 Mon Sep 17 00:00:00 2001 From: Naim A <227396+naim94a@users.noreply.github.com> Date: Wed, 3 Aug 2022 00:39:49 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 57fa54b..f15be31 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,6 @@ Please report any bugs you find to our issue tracker. Ideas and feature requests Any pull request targeting existing issues would be very much appreciated. -If you like this project and want to buy me a coffee, there's a link for that: - -Buy Me A Coffee - ### Why was UDPT rewritten in rust? For a few reasons, 1. Rust makes it harder to make mistakes than C/C++, It provides memory safety without runtime cost.