Skip to content

Commit 4f6c882

Browse files
authored
Adjusted README.md to comply with markdownlint-cli:v0.3.2 and markdownlint:v0.24.0 rules
1 parent 947b074 commit 4f6c882

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ of a PHP library.
1212

1313
## Pre-requisites/assumptions
1414

15-
* Your project uses `git`
16-
* Your project uses `composer.json` to define its dependencies
17-
* All source paths are covered by an `"autoload"` section in `composer.json`
18-
* Changes need to be committed to `git` to be covered. You can implement your own logic to extract sources and dependencies from a project though.
15+
* Your project uses `git`
16+
* Your project uses `composer.json` to define its dependencies
17+
* All source paths are covered by an `"autoload"` section in `composer.json`
18+
* Changes need to be committed to `git` to be covered. You can implement your own logic to extract sources and dependencies from a project though.
1919

2020
## Installation
2121

@@ -25,7 +25,7 @@ composer require --dev roave/backward-compatibility-check
2525

2626
### Install with Docker
2727

28-
You can also use Docker to run `roave-backward-compatibility-check`:
28+
You can also use Docker to run `roave-backward-compatibility-check`:
2929

3030
```bash
3131
docker run --rm -v `pwd`:/app nyholm/roave-bc-check
@@ -79,7 +79,8 @@ Tobias Nyholm also offers [a simple GitHub action](https://github.com/Nyholm/roa
7979
that you can use in your Github pipeline. We recommend this for most cases as
8080
it is simple to set up:
8181
82-
_.github/workflows/main.yml_
82+
`.github/workflows/main.yml`:
83+
8384
```yaml
8485
on: [push]
8586
name: Test

0 commit comments

Comments
 (0)