Skip to content

Commit

Permalink
Merge pull request #20 from AntoniKania/fix-formatting-in-quickstart-md
Browse files Browse the repository at this point in the history
Fix formatting and add missing link in quickstart.md
  • Loading branch information
oleg-nenashev authored Aug 6, 2023
2 parents 1251ce4 + b5e5475 commit 42be697
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 42be697

Please sign in to comment.