Skip to content

Commit

Permalink
docs(readme): correct Ginkgo path in tools example
Browse files Browse the repository at this point in the history
Resolves #703
  • Loading branch information
blgm committed Jul 9, 2020
1 parent 9c254cb commit 1bed1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Create (or update) a file called `tools/tools.go` with the following contents:
package tools

import (
_ "github.com/onsi/ginkgo"
_ "github.com/onsi/ginkgo/ginkgo"
)

// This file imports packages that are used when running go generate, or used
Expand Down

0 comments on commit 1bed1cb

Please sign in to comment.