Skip to content

Commit

Permalink
docs: add missing colons
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Jan 31, 2024
1 parent 2eedc2d commit 6b82c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ when making changes to the code.

## Unit tests

Unit tests are located in the `internal` directory. Run them with
Unit tests are located in the `internal` directory. Run them with:

```sh
go test ./...
```

## Build

To build the binary, run
To build the binary, run:

```sh
go build -o hcloud-cli ./cmd/hcloud
Expand Down

0 comments on commit 6b82c2f

Please sign in to comment.