Skip to content

Commit

Permalink
Fix formatting and add missing link in quickstart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniKania committed Aug 5, 2023
1 parent 1251ce4 commit b5e5475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

If you have the Golang development environment ready to go and do not want a step by step guide,
you can just clone the project’s repository in
[wiremock/wiremock-testcontainers-go`](https://github.com/wiremock/wiremock-testcontainers-go),
[`wiremock/wiremock-testcontainers-go`](https://github.com/wiremock/wiremock-testcontainers-go),
go to the `examples/quickstart` directory
and run `go build` and then `go test` in the root or try the examples].
and run `go build` and then `go test` in the root or try the [examples](https://github.com/wiremock/wiremock-testcontainers-go/blob/main/examples/quickstart/quickstart_test.go).
Any pull requests will be welcome ;-)

## Pre-requisites
Expand Down

0 comments on commit b5e5475

Please sign in to comment.