Kaynağa Gözat

README: specify syntax in proto example. (#417)

Hüseyin Mert 8 yıl önce
ebeveyn
işleme
17ce142542
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -111,6 +111,7 @@ When the .proto file specifies `syntax="proto3"`, there are some differences:
 Consider file test.proto, containing
 Consider file test.proto, containing
 
 
 ```proto
 ```proto
+	syntax = "proto2";
 	package example;
 	package example;
 	
 	
 	enum FOO { X = 17; };
 	enum FOO { X = 17; };