contentful-ui-extensions-sdk 4.25.0 → 4.26.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -49,7 +49,7 @@ You should not rely on it in production.
49
49
  To start a new alpha version of the package follow these steps:
50
50
 
51
51
  1. Checkout the `canary` branch.
52
- 2. Reset canary to the latest master: `git reset --hard origin/master`
52
+ 2. Reset canary to the latest main: `git reset --hard origin/main`
53
53
  3. Create a new branch with your changes from `canary`
54
54
  4. Create a PR that merges into `canary`.
55
55