From 7f5104efa8e5854390a31a22b5138a9bb29f5931 Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Sat, 19 Oct 2024 20:27:47 +0800 Subject: [PATCH] update README --- .github/FUNDING.yml | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 9d1b7b7..1336527 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -11,4 +11,6 @@ issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry polar: # Replace with a single Polar username -custom: ["https://redcross.org.ua/en/donate/"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +custom: [ + "https://redcross.org.ua/en/donate/", +] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/README.md b/README.md index 36664c7..f796fb7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ > 2. Rust use lazy init, so first calling will be a little slow. > 3. Use about 40MB memory. > 4. It's tested under Python 3.9+ but support 3.8+(noqa). +> 5. Try it online: ## Usage