diff --git a/README.md b/README.md index 7356a1008f..96a66cf8c8 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,11 @@ This is the API I have defined: package main import ( - "testing", - "github.com/gianarb/testcontainer" + "context" + "fmt" + testcontainer "github.com/gianarb/testcontainer-go" + "net/http" + "testing" ) func TestNginxLatestReturn(t *testing.T) {