Remove a section that is redundant with a previous section.
diff --git a/README b/README
index e8cae71..28fdeec 100644
--- a/README
+++ b/README
@@ -112,11 +112,6 @@
 	  }
 	}
 
-To build a package from test.proto, write a Makefile like this:
-
-	test.pb.go: test.proto
-		protoc --go_out=. $<
-
 To create and play with a Test object from the example package,
 
 	package main