Skip to content

Commit

Permalink
Minor amendments to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlewis committed May 9, 2018
1 parent 5953900 commit 667996c
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
@@ -1,7 +1,7 @@
# DevBox

### Introduction
DevBox provides a PHP development environment using Vagrant and VirtualBox. The development VM created is built on Ubuntu with Apache, Nginx, PHP and MySQL. The VM can be configured to use different versions of Ubuntu and PHP. It can also be configured to use either Apache or Nginx.
DevBox provides a PHP development environment using Vagrant and VirtualBox. The development VM created is built on Ubuntu with Apache, Nginx, PHP and MySQL. The VM can be configured to use different versions of Ubuntu, PHP and MySQL. It can also be configured to use either Apache or Nginx.


### Configuration
Expand Down Expand Up @@ -111,7 +111,7 @@ mysql: "5.5"
**Note**: These alternative versions are only supported with Ubuntu 14.04.

#### Databases
You can create multiple MySQL database by adding the `name` for the database to the `databases` array.
You can create multiple MySQL databases by adding the `name` for the database to the `databases` array.
```yaml
databases:
- name: dbname1
Expand Down

0 comments on commit 667996c

Please sign in to comment.