diff --git a/README.md b/README.md index b65dcae..a3ffce0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pantheon Drupal Edge Integrations -[![Unsupported](https://img.shields.io/badge/pantheon-unsupported-yellow?logo=pantheon&color=FFDC28&style=for-the-badge)](https://github.com/topics/unsupported?q=org%3Apantheon-systems "Unsupported, e.g. a tool we are actively using internally and are making available, but do not promise to support") ![Build Status](https://github.com/pantheon-systems/panteon_drupal_edge_integrations/actions/workflows/main.yml/badge.svg) +[![Unsupported](https://img.shields.io/badge/pantheon-unsupported-yellow?logo=pantheon&color=FFDC28)](https://github.com/topics/unsupported?q=org%3Apantheon-systems "Unsupported, e.g. a tool we are actively using internally and are making available, but do not promise to support") ![Build Status](https://github.com/pantheon-systems/pantheon_drupal_edge_integrations/actions/workflows/main.yml/badge.svg) Drupal module that supports Pantheon Edge Integrations and personalization features. @@ -11,13 +11,3 @@ This module runs [PHPUnit](https://phpunit.de/) tests and [PHP_CodeSniffer](http PHPUnit tests can be run with Composer with the `composer test:unit` command. Additional tests can be added with the same `test:` prefix and added to the `composer test` command. PHPCS linting can be run with Composer with the `composer lint:php` command. The `phpcbf` command can be used to automatically fix linting errors by running `composer lint:phpcbf`. Additional linting (e.g. ESLint) can be added with the same `lint:` prefix and added to the `composer lint` command. - -## Default branch name -The default branch has been renamed to `main` from `master`. If you have a local clone, you can update it by running the following commands. - -```bash -git branch -m master main -git fetch origin -git branch -u origin/main main -git remote set-head origin -a -```