From 177e680ff70f234f2ba7b9e32f5b8dbd1651b937 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 29 Oct 2023 23:40:33 +0100 Subject: [PATCH] feat: Update example JSON --- config.example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.json b/config.example.json index 0e1876f..7718dd9 100644 --- a/config.example.json +++ b/config.example.json @@ -24,11 +24,11 @@ }, { "generators": [ - "donation" + "donations" ], "links": { - "liberapay": "https://liberapay.com/yourteam", - "github": "https://github.com/sponsors/yourteam" + "Open Collective": "https://opencollective.com/yourteam", + "GitHub": "https://github.com/sponsors/yourteam" } } ],