From eedb2888c95aadf94dd0246906230b2ca395a98e Mon Sep 17 00:00:00 2001 From: Steven Harms Date: Fri, 14 Sep 2012 09:58:11 -0400 Subject: [PATCH] Update README to switch from person.proto to Example.proto, since protobuf uses the file name as the outer class --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a903c..629594a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ http://clojars.org/protobuf and http://clojars.org/lein-protobuf. ## Usage -Assuming you have the following in `resources/proto/person.proto`: +Assuming you have the following in `resources/proto/Example.proto`: ```proto message Person {