From 392a31cdab57c85f043831fd0814c8a45c73fab9 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sun, 4 Jun 2023 20:44:41 +0200 Subject: Add the patreon details --- README.md | 7 +++++++ package.json | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 86e923a..882c63f 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,13 @@ var isSouthAfricanCitizen = saIdParser.parseIsSouthAfricanCitizen(validIdNumber) //isSouthAfricanCitizen === true ``` +Support +------- + +If you get value from this project, consider supporting me on +[Patreon](https://www.patreon.com/worthe_it). Support via Patreon will allow me +to spend more time writing and publishing open source software. + License ------- diff --git a/package.json b/package.json index 4d47f0e..87c2dff 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,10 @@ "homepage": "https://codeberg.org/worthe-it/south-african-id-parser", "bugs": "https://codeberg.org/worthe-it/south-african-id-parser/issues", "license": "(ISC OR GPL-3.0)", + "funding": { + "type" : "patreon", + "url" : "https://www.patreon.com/worthe_it" + }, "devDependencies": { "chai": "^4.0.2", "mocha": "^3.4.2", -- cgit v1.2.3