Skip to content

Commit

Permalink
Wrap composer commands in a code area
Browse files Browse the repository at this point in the history
This makes it easier to use, since github provides a handy _copy_ button for code blocks.
  • Loading branch information
edwilde authored Apr 5, 2023
1 parent 6936c13 commit 816cd4d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ Installation via composer.

### GraphQL v4 - Silverstripe 4

`composer require silverstripe/linkfield`
```sh
composer require silverstripe/linkfield
```

### GraphQL v3 - Silverstripe 4

`composer require silverstripe/linkfield:^1`
```sh
composer require silverstripe/linkfield:^1
```

## Sample usage

Expand Down

0 comments on commit 816cd4d

Please sign in to comment.