Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit d119e78

Browse files
committed
Use sentence case for all titles
1 parent 4d33d0c commit d119e78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create your new ZF2 project:
1919

2020

2121

22-
### Installation using a tarball with a local composer
22+
### Installation using a tarball with a local Composer
2323

2424
If you don't have composer installed globally then another way to create a new ZF2 project is to download the tarball and install it:
2525

@@ -36,10 +36,10 @@ If you don't have composer installed globally then another way to create a new Z
3636

3737
If you don't have access to curl, then install Composer into your project as per the [documentation](https://getcomposer.org/doc/00-intro.md).
3838

39-
Web Server Setup
39+
Web server setup
4040
----------------
4141

42-
### PHP CLI Server
42+
### PHP CLI server
4343

4444
The simplest way to get started if you are using PHP 5.4 or above is to start the internal PHP cli-server in the root
4545
directory:
@@ -51,7 +51,7 @@ interfaces.
5151

5252
**Note:** The built-in CLI server is *for development only*.
5353

54-
### Vagrant Server
54+
### Vagrant server
5555

5656
This project supports a basic [Vagrant](http://docs.vagrantup.com/v2/getting-started/index.html) configuration with an inline shell provisioner to run the Skeleton Application in a [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
5757

@@ -63,7 +63,7 @@ This project supports a basic [Vagrant](http://docs.vagrantup.com/v2/getting-sta
6363

6464
Look in `Vagrantfile` for configuration details.
6565

66-
### Apache Setup
66+
### Apache setup
6767

6868
To setup apache, setup a virtual host to point to the public/ directory of the
6969
project and you should be ready to go! It should look something like below:
@@ -82,7 +82,7 @@ project and you should be ready to go! It should look something like below:
8282
</Directory>
8383
</VirtualHost>
8484

85-
### Nginx Setup
85+
### Nginx setup
8686

8787
To setup nginx, open your `/path/to/nginx/nginx.conf` and add an
8888
[include directive](http://nginx.org/en/docs/ngx_core_module.html#include) below

0 commit comments

Comments
 (0)