diff options
author | Markus Wüstenberg | 2024-10-03 09:45:44 +0200 |
---|---|---|
committer | Markus Wüstenberg | 2024-10-03 09:45:44 +0200 |
commit | e3a9a4c5930a1623355916d727290c0f4ae66701 (patch) | |
tree | c07eee2565716a6663b4a947f9a813eb2748128e | |
parent | 1b2211f8727b1e50f542afffb1f89736f7c0b747 (diff) | |
download | gomponents-e3a9a4c5930a1623355916d727290c0f4ae66701.tar.lz gomponents-e3a9a4c5930a1623355916d727290c0f4ae66701.tar.zst gomponents-e3a9a4c5930a1623355916d727290c0f4ae66701.zip |
Add invoicing contact option to readme
-rw-r--r-- | .github/FUNDING.yml | 2 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c8ba47b..136ae21 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ custom: - - "https://maragu.gumroad.com/l/gomponents" + - "mailto:markus@maragu.dk?Subject=Supporting%20your%20project" diff --git a/README.md b/README.md index a34b62e..6e1b6ca 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ So you can focus on building your app instead of learning yet another templating The API may change until version 1 is reached. -Check out [www.gomponents.com](https://www.gomponents.com) for an introduction. +Made with ✨sparkles✨ by [maragu](https://www.maragu.dev/). -Made in 🇩🇰 by [maragu](https://www.maragu.dk), maker of [online Go courses](https://www.golang.dk/). +Does your company depend on this project? [Contact me at markus@maragu.dk](mailto:markus@maragu.dk?Subject=Supporting%20your%20project) to discuss options for a one-time or recurring invoice to ensure its continued thriving. ## Features +Check out [www.gomponents.com](https://www.gomponents.com) for an introduction. + - Build reusable HTML components - Write declarative HTML 5 in Go without all the strings, so you get - Type safety from the compiler |