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

It seems no-one is content with plain text any more.
diff --git a/README b/README.md
similarity index 98%
rename from README
rename to README.md
index 5512462..0d56b47 100644
--- a/README
+++ b/README.md
@@ -151,8 +151,7 @@
 	}
 
 
-Parameters
-==========
+## Parameters ##
 
 To pass extra parameters to the plugin, use a comma-separated
 parameter list separated from the output directory by a colon:
@@ -173,8 +172,8 @@
   associated with Go package quux/shme.  This is subject to the
   import_prefix parameter.
 
-gRPC Support
-============
+## gRPC Support ##
+
 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
 the `plugins` parameter to protoc-gen-go; the usual way is to insert it into