Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd1504d

Browse files
committed
README: fix configuration option markdown syntax (links not working)
1 parent 4b60b39 commit cd1504d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extensions:
4242
4343
This will sufficient to enable Code Coverage generation by using defaults
4444
provided by the extension. This extension supports various [configuration
45-
options](#Configuration Options). For a fully annotated example configuration
45+
options](#Options). For a fully annotated example configuration
4646
file check [Configuration section](#Configuration).
4747
4848
## Usage
@@ -64,8 +64,7 @@ using more recent versions of PHP. Run `phpspec` via [phpdbg][4]:
6464

6565
You can see fully annotated `phpspec.yml` example file below, which can be used
6666
as a starting point to further customize the defaults of the extension. The
67-
configuration file below has all of the [Configuration Options](#Configuration
68-
Options).
67+
configuration file below has all of the [Configuration Options](#Options).
6968

7069
```yaml
7170
# phpspec.yml
@@ -128,7 +127,7 @@ extensions:
128127
#- lib/bootstrap.php
129128
```
130129

131-
### Configuration Options
130+
### Options
132131

133132
* `format` (optional) a list of formats in which code coverage should be
134133
generated. Can be one or many of: `clover`, `php`, `text`, `html`, `xml` (default

0 commit comments

Comments
 (0)