summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-04 20:44:41 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-04 20:44:41 +0200
commit392a31cdab57c85f043831fd0814c8a45c73fab9 (patch)
tree3b6c669652047b96c2247be601c1bc122cd299d6
parent78bb10e3e6d60c824b1c28368cfb2d4c98708ae8 (diff)
Add the patreon details
-rw-r--r--README.md7
-rw-r--r--package.json4
2 files changed, 11 insertions, 0 deletions
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",