Skip to content

Commit

Permalink
Adapt code blocks to what they actually are
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 18, 2024
1 parent 55e5663 commit da5b417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ working in very large code bases

To use `elvis` as a standalone tool, you need to:

```bash
```console
git clone https://github.com/inaka/elvis
cd elvis
rebar3 escriptize
Expand Down Expand Up @@ -147,7 +147,7 @@ For example, if the rule is in one of your dependencies, you can run `elvis rock
`elvis` can be used as a [`git` pre-commit hook](https://git-scm.com/book/en/Customizing-Git-Git-Hooks#Client-Side-Hooks)
using the `git-hook` command (installable via `install git-hook`) as:

```bash
```sh
#!/bin/sh
elvis git-hook
```
Expand Down

0 comments on commit da5b417

Please sign in to comment.