From eec4558bc3af8209b51ea7ca1a3c6c0ccde9e9aa Mon Sep 17 00:00:00 2001 From: Erik Koopmans Date: Mon, 1 Jul 2024 01:12:41 -0400 Subject: [PATCH] chore: Reflect new main branch name in readme (#704) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0be2f3a..bc533ed 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ html2pdf.js is currently sorely lacking in unit tests. Any contributions or sugg ### Pull requests -If you want to create a new feature or bugfix, please feel free to fork and submit a pull request! Create a fork, branch off of `master`, and make changes to the `/src/` files (rather than directly to `/dist/`). You can test your changes by rebuilding with `npm run build`. +If you want to create a new feature or bugfix, please feel free to fork and submit a pull request! Create a fork, branch off of `main`, and make changes to the `/src/` files (rather than directly to `/dist/`). You can test your changes by rebuilding with `npm run build`. ## Credits