Skip to content

Commit

Permalink
Fixed some typos (#49)
Browse files Browse the repository at this point in the history
Fixed some typos and grammar
  • Loading branch information
rickkuilman authored and peterjaap committed Jun 21, 2017
1 parent 499b817 commit f20a4dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ You can add these to your local cron.

## Customization

Of coarse you would love day to day updates and still have room to add your own changes.
Just add a `docker-custom.yml`, add `version: '2'` at the top and override whatever you want.
Of course you would love day-to-day updates and still have room to add your own changes.
Just add a `docker-custom.yml`, add `version: '2'` to the top and override whatever you want.

`docker-custom.yml` and the `./custom` directory are excluded from git.

The next example for the default php, add the next `docker-custom.yml` file:
For example: to add a custom components to the default PHP, add the following `docker-custom.yml` file:

```
version: '2'
Expand Down

0 comments on commit f20a4dc

Please sign in to comment.