Skip to content

Commit

Permalink
fix example, phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Aug 15, 2017
1 parent a693a00 commit c383703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can mount the Composer home directory from your host inside the Container to
```sh
docker run --rm --interactive --tty \
--volume $PWD:/app \
--volume $COMPOSER_HOME:/composer \
--volume $COMPOSER_HOME:/tmp \
composer install
```

Expand Down Expand Up @@ -61,7 +61,7 @@ docker run --rm --interactive --tty \

### PHP Extensions

We strive to deliver an image that is as lean as possible, aimed at running Composer only.
We aim to deliver an image that is as lean as possible, build for running Composer only.

Sometimes dependencies or Composer [scripts](https://getcomposer.org/doc/articles/scripts.md) require the availability of certain PHP extensions. In this scenario, you have two options:

Expand Down

0 comments on commit c383703

Please sign in to comment.