Skip to content

Commit b6ffc37

Browse files
committed
readme title capitalisation
1 parent abc697c commit b6ffc37

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# READ THIS FIRST
2+
# Read this first
33

44
This directory contains source files and a setup for converting
55
PHP's XML documentation into presentation formats like HTML and
@@ -10,7 +10,7 @@ about how the XML stuff works.
1010
If you just want to read the documentation, look at:
1111
https://www.php.net/docs.php
1212

13-
# HOW TO WRITE PHPDOC FILES
13+
# How to write phpdoc files
1414

1515
If you are interested in information about how to
1616
set up the tools needed, how to work with git and
@@ -31,9 +31,9 @@ phd -d .manual.xml
3131
However, PhD is a separate project which can be read about here:
3232
https://wiki.php.net/doc/phd
3333

34-
## QUICK REFERENCE
34+
## Quick reference
3535

36-
### source checkout
36+
### Source checkout
3737

3838
For a more general git-workflow see [the Wiki](https://wiki.php.net/vcs/gitworkflow#reviewing_and_closing_pull_requests).
3939
Make sure to upload your SSH-key to your account at people.php.net
@@ -53,7 +53,7 @@ Change `your-language-of-choice` if you would like to check out a different lang
5353
Where `en/` contains the DocBook source files, and `doc-base` contains tools
5454
and resources used in all languages.
5555

56-
### edits
56+
### Edits
5757

5858
* Make the change. Use spaces not tabs. Be sure to carefully watch your whitespace!
5959
* Look at your unified diff, make sure it looks right and that whitespace changes aren't mixed in:
@@ -78,7 +78,7 @@ Read the HOWTO for more information. After reading the HOWTO,
7878
email the phpdoc mailing list ([email protected]) with questions
7979
and concerns.
8080

81-
### new functions
81+
### New functions
8282

8383
* Copy an existing xml file or use a skeleton from the HOWTO.
8484
Rename and place it into the appropriate directory.
@@ -103,7 +103,7 @@ and concerns.
103103
Note that the version numbers are taken care of elsewhere (don't worry
104104
about them)
105105

106-
### some popular tags and entities
106+
### Some popular tags and entities
107107

108108
<filename> filenames
109109
<constant> constants

0 commit comments

Comments
 (0)