Skip to content

Commit

Permalink
docs: wording in project name (#610)
Browse files Browse the repository at this point in the history
It's "Testcontainers for Go"
  • Loading branch information
mdelapenya committed Nov 3, 2022
1 parent cc9c80d commit 3481bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/features/build_from_dockerfile.md
Expand Up @@ -58,7 +58,7 @@ fromDockerfile := testcontainers.FromDockerfile{
}
```

**Please Note** if you specify a `ContextArchive` this will cause Testcontainers-go to ignore the path passed
**Please Note** if you specify a `ContextArchive` this will cause _Testcontainers for Go_ to ignore the path passed
in to `Context`.

## Images requiring auth
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/gotest.md
@@ -1,4 +1,4 @@
Testcontainers-go plays well with the native `go test` framework.
_Testcontainers for Go_ plays well with the native `go test` framework.

The ideal use case is for integration or end to end tests. It helps you to spin
up and manage the dependencies life cycle via Docker.
Expand Down

0 comments on commit 3481bad

Please sign in to comment.