Просмотр исходного кода

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

Hüseyin Mert 8 лет назад
Родитель
Сommit
17ce142542
1 измененных файлов с 1 добавлено и 0 удалено
  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
 
 ```proto
+	syntax = "proto2";
 	package example;
 	
 	enum FOO { X = 17; };