Skip to content

Commit

Permalink
Adjusted README.md to comply with markdownlint-cli:v0.3.2 and `ma…
Browse files Browse the repository at this point in the history
…rkdownlint:v0.24.0` rules
  • Loading branch information
Ocramius committed Dec 20, 2023
1 parent 947b074 commit 4f6c882
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ of a PHP library.

## Pre-requisites/assumptions

* Your project uses `git`
* Your project uses `composer.json` to define its dependencies
* All source paths are covered by an `"autoload"` section in `composer.json`
* 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.
* Your project uses `git`
* Your project uses `composer.json` to define its dependencies
* All source paths are covered by an `"autoload"` section in `composer.json`
* 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.

## Installation

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

### Install with Docker

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

```bash
docker run --rm -v `pwd`:/app nyholm/roave-bc-check
Expand Down Expand Up @@ -79,7 +79,8 @@ Tobias Nyholm also offers [a simple GitHub action](https://github.com/Nyholm/roa
that you can use in your Github pipeline. We recommend this for most cases as
it is simple to set up:
_.github/workflows/main.yml_
`.github/workflows/main.yml`:

```yaml
on: [push]
name: Test
Expand Down

0 comments on commit 4f6c882

Please sign in to comment.