Skip to content

Commit 810fafc

Browse files
authored
Update README.md
1 parent a709757 commit 810fafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Like this template? Please consider [supporting the development ❤️](https://
2828
1. Copy `.env.template` to `.env` and change the values inside if needed
2929
2. Search for `#REPLACE:` with your IDE in the entire project and replace all placeholders with your own values
3030
3. Replace the icon at `assets/icon.png` with your own or use [Google's or DuckDuckGo's favicon API](https://codepen.io/djekl/pen/QWKNNjv) in the userscript header
31-
4. Replace the LICENSE.txt file with your own license or remove it if you want your code to be "all rights reserved"
31+
4. Replace the LICENSE.txt file with your own license or remove it if you want your code to be "all rights reserved" (needs to be adjusted in the `license` field of `package.json` too!)
3232
5. Modify the userscript header inside `src/tools/post-build.ts` to whatever you need (see also [GM header reference](https://wiki.greasespot.net/Metadata_Block))
3333
6. The eslint configuration at `.eslintrc.cjs` is what I use, feel free to remove rules if there are too many or modify them to your preferences
3434
7. Add your own initialization functions to `init()` and `run()` inside the entrypoint file at `src/index.ts` (read the comments for more info)

0 commit comments

Comments
 (0)