Skip to content

Commit

Permalink
Minor capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
braver authored Aug 25, 2023
1 parent ef57f09 commit 01015e5
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 @@ -22,7 +22,7 @@ Choose one of the installation methods below.

A local install allows you to fine-tune `phpmd` on a per-project basis. A global install is available system-wide.

#### local install with [Composer](https://getcomposer.org/)
#### Local install with [Composer](https://getcomposer.org/)

On a command line inside your project:
```bash
Expand All @@ -40,7 +40,7 @@ Set the `phpmd` executable by adding/editing:
}
```

#### global install with [Composer](https://getcomposer.org/)
#### Global install with [Composer](https://getcomposer.org/)

```bash
composer global require phpmd/phpmd
Expand All @@ -52,7 +52,7 @@ Make sure the composer global bin directory is available in $PATH:
export PATH=~/.composer/vendor/bin:$PATH
```

#### global install with [PEAR](https://pear.php.net)
#### Global install with [PEAR](https://pear.php.net)

```bash
pear channel-discover pear.phpmd.org
Expand Down

0 comments on commit 01015e5

Please sign in to comment.