Skip to content

Commit

Permalink
Use 'develop' as the default branch instead of 'drupal8'.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Dec 3, 2019
1 parent a1dd5e3 commit 87beb95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Enter a short name for your project [example] :
1. Create a new project called "example" based on this template:

```
composer create-project palantirnet/drupal-skeleton example dev-drupal8 --no-interaction
composer create-project palantirnet/drupal-skeleton example dev-develop --no-interaction
```
2. Go into your new project directory and run the script from `palantirnet/the-vagrant` to set up a Vagrant environment:

Expand Down Expand Up @@ -74,7 +74,7 @@ Enter a short name for your project [example] :
Use composer to create a new project based on this skeleton, replacing `PROJECTNAME` with the short name for your project:

```
composer create-project palantirnet/drupal-skeleton PROJECTNAME dev-drupal8 --no-interaction
composer create-project palantirnet/drupal-skeleton PROJECTNAME dev-develop --no-interaction
```

### Update your documentation
Expand Down

0 comments on commit 87beb95

Please sign in to comment.