Skip to content

Commit d3d1d8c

Browse files
committed
Use consistent code block style in README
Don't mix indentation and tripple quotes for code blocks in the README and use a single style only.
1 parent 3333bc4 commit d3d1d8c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,10 @@ The python-gvm repository uses [autohooks](https://github.com/greenbone/autohook
137137
to apply linting and auto formatting via git hooks. Please ensure the git hooks
138138
are active.
139139

140-
$ poetry install
141-
$ poetry run autohooks activate --force
140+
```shell
141+
poetry install
142+
poetry run autohooks activate --force
143+
```
142144

143145
## License
144146

0 commit comments

Comments
 (0)