Sfoglia il codice sorgente

By popular demand, rename README to README.md and make Markdown consistent.

It seems no-one is content with plain text any more.
David Symonds 10 anni fa
parent
commit
44fa767d23
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. 3 4
      README.md

+ 3 - 4
README → README.md

@@ -151,8 +151,7 @@ To create and play with a Test object from the example package,
 	}
 	}
 
 
 
 
-Parameters
-==========
+## Parameters ##
 
 
 To pass extra parameters to the plugin, use a comma-separated
 To pass extra parameters to the plugin, use a comma-separated
 parameter list separated from the output directory by a colon:
 parameter list separated from the output directory by a colon:
@@ -173,8 +172,8 @@ parameter list separated from the output directory by a colon:
   associated with Go package quux/shme.  This is subject to the
   associated with Go package quux/shme.  This is subject to the
   import_prefix parameter.
   import_prefix parameter.
 
 
-gRPC Support
-============
+## gRPC Support ##
+
 If a proto file specifies RPC services, protoc-gen-go can be instructed to
 If a proto file specifies RPC services, protoc-gen-go can be instructed to
 generate code compatible with gRPC (http://www.grpc.io/). To do this, pass
 generate code compatible with gRPC (http://www.grpc.io/). To do this, pass
 the `plugins` parameter to protoc-gen-go; the usual way is to insert it into
 the `plugins` parameter to protoc-gen-go; the usual way is to insert it into