diff --git a/README.md b/README.md index 211008d..6778beb 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,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! Use the [`develop`](/eKoopmans/html2pdf/tree/develop) branch, which features the latest development, and make changes to `/src/` 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 `master`, and make changes to the `/src/` files (rather than directly to `/dist/`). You can test your changes by rebuilding with `npm run build`. ## Credits