From 887ab8a57b8c432a26a534b4334f3694cd2c1f1a Mon Sep 17 00:00:00 2001 From: Sven Fehler <38158426+Sv443@users.noreply.github.com> Date: Sun, 21 Apr 2024 15:48:14 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c612e54..31756f3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Extensive Typescript ESNext template and boilerplate for [userscripts](https://en.wikipedia.org/wiki/Userscript). Supports importing and parsing HTML and Markdown files directly in code, packing it all up with rollup and applying custom injections for the userscript header and more. It also offers ESLint to lint and auto-fix the code and GitHub Actions with ESLint to lint the code in pull requests and CodeQL to check it for vulnerabilities on every push. -Intended to be used in conjunction with a Git repo as a resource CDN and build versioning system for the userscript. +Requires a Git repo to be used as the asset CDN and for the build versioning system of the userscript. +Supports distribution on GitHub, GreasyFork and OpenUserJS out of the box. Like this template? Please consider [supporting the development ❤️](https://github.com/sponsors/Sv443)