diff --git a/docs/libraries.md b/docs/libraries.md index c4a76265..1dcbe9f7 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -18,7 +18,7 @@ To edit a core library page: The contributions are copied via a script from the [`processing-contributions`](https://github.com/processing/processing-contributions) repo to the `/content/contributions` folder in this repo. This is what you need to run the script: 1. Make sure that you have the `processing-contributions` repo next to this `processing-website` repo on your computer -1. Pull the latest `master` from the `processing-contributions` repository +1. Pull the latest `main` from the `processing-contributions` repository 1. From the root of this repo, run `npm run updateContributions` You should now have the updated contribution files in your repo ready to be committed. Please submit the changes as a PR to the `main` branch of `processing-website`.