From 67e6bfdd61e9293f396f355661344699a54f0eac Mon Sep 17 00:00:00 2001 From: glacials Date: Wed, 15 Mar 2017 11:41:04 -0700 Subject: [PATCH] Fix a README typo :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9adc6d..a5a6f50 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ your interaction points with interfaces. [github.com/maxbrunsfeld/counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) does this pretty well! -If you want to use the generate code, you should check in the +If you want to use the generated code, you should check in the generated `.go` code to git, not just the sources, so that build boxes and the like don't need all these code generation tools, and so that `go get` just works cleanly.