Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed Jan 8, 2024
1 parent fb0a662 commit ea44ad4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Tools included out-of-the-box:

It is based on [Docker4Drupal](https://wodby.com/docs/1.0/stacks/drupal/local/), which uses Docker and Docker Compose. To get all the information about available webservers, databases, PHP versions and other containers check their [wodby/docker4drupa repository](https://github.com/wodby/docker4drupal).

Because it uses Docker under the hood, you can customize whatever you want, add new containers or use any standard Docker funcionality to accomodate your project needs.
Because it uses Docker under the hood, you can customize whatever you want, add new containers or use any standard Docker functionality to accommodate your project needs.

## Quickview

Expand All @@ -34,7 +34,7 @@ https://github.com/Metadrop/drupal-boilerplate/assets/776453/2b3d53c6-e2bf-4c48-

**Optionally**

- Pyhton 3 with PyYAML installed for the `make info` command
- Python 3 with PyYAML installed for the `make info` command

## Usage

Expand All @@ -50,11 +50,11 @@ Depending in the Drupal release you want you should use a different branch.

| Drupal release | Boilerplate branch | Example command |
|--- |--- |--- |
| 10.x | 3.x branch | composer create-project --ignore-platform-reqs metadrop/drupal-boilerplate my-project |
| 10.x | 3.x branch | composer create-project --ignore-platform-reqs metadrop/drupal-boilerplate my-project |
| 9.x | 2.x branch | composer create-project --ignore-platform-reqs metadrop/drupal-boilerplate:^2 my-project |


NOTE: 2.x branch is minimally maintained because Drupal9 support ends Nomvember, 2023.
NOTE: 2.x branch is minimally maintained because Drupal9 support ends November, 2023.


Because this boilerplate uses drupal/core-recommended under the hood you will get an updated release of the chosen core.
Expand Down

0 comments on commit ea44ad4

Please sign in to comment.