From b5e547583881505b2057f1172ec88cf04af86644 Mon Sep 17 00:00:00 2001 From: AntoniKania Date: Sat, 5 Aug 2023 14:57:17 +0200 Subject: [PATCH] Fix formatting and add missing link in quickstart.md --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 30b8820..ad4117a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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